From feda7fd5c11bf13c5650245519e0d029fb590358 Mon Sep 17 00:00:00 2001 From: by <123456@qq.com> Date: Mon, 24 Jun 2024 17:11:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/player.go | 1 - 1 file changed, 1 deletion(-) diff --git a/worldsrv/player.go b/worldsrv/player.go index e18fd87..392e221 100644 --- a/worldsrv/player.go +++ b/worldsrv/player.go @@ -4474,7 +4474,6 @@ func (this *Player) CollectTask(taskId int32, num int64) { // 购买周卡检查 func (this *Player) CheckWeekCard(shopId int32) bool { - srvdata.PBDB_GiftCardMgr.Datas.GetArr() id := int32(-1) for _, card := range srvdata.PBDB_GiftCardMgr.Datas.GetArr() { if card.ShopID == shopId {