删除无用代码
This commit is contained in:
parent
b24d97fe59
commit
d57909b05a
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue