From 9f6b5469fae76a5a51722716071669cab0c49ecc Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Thu, 21 Nov 2024 15:27:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A5=BD=E5=8F=8B=E8=BF=9B=E6=88=BF=E5=8D=A1?= =?UTF-8?q?=E5=9C=BA=E6=88=BF=E5=8D=A1=E4=BD=99=E9=A2=9D=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/scenepolicydata.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worldsrv/scenepolicydata.go b/worldsrv/scenepolicydata.go index 99186a1..5163041 100644 --- a/worldsrv/scenepolicydata.go +++ b/worldsrv/scenepolicydata.go @@ -256,5 +256,5 @@ func (spd *ScenePolicyData) NeedRoomCardCost(costType, playerNum int, roomConfig }) } } - return []*ItemCost{} + return ret }