删除无用代码
This commit is contained in:
parent
a8500da1a7
commit
feda7fd5c1
|
|
@ -4474,7 +4474,6 @@ func (this *Player) CollectTask(taskId int32, num int64) {
|
||||||
|
|
||||||
// 购买周卡检查
|
// 购买周卡检查
|
||||||
func (this *Player) CheckWeekCard(shopId int32) bool {
|
func (this *Player) CheckWeekCard(shopId int32) bool {
|
||||||
srvdata.PBDB_GiftCardMgr.Datas.GetArr()
|
|
||||||
id := int32(-1)
|
id := int32(-1)
|
||||||
for _, card := range srvdata.PBDB_GiftCardMgr.Datas.GetArr() {
|
for _, card := range srvdata.PBDB_GiftCardMgr.Datas.GetArr() {
|
||||||
if card.ShopID == shopId {
|
if card.ShopID == shopId {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue