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 {