删除无用代码

This commit is contained in:
by 2024-06-24 17:11:56 +08:00
parent a8500da1a7
commit feda7fd5c1
1 changed files with 0 additions and 1 deletions

View File

@ -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 {