删除卡牌日志

This commit is contained in:
meixiongfeng 2022-09-26 23:43:50 +08:00
parent a1f165fd90
commit 8fd9b0d0bb

View File

@ -247,7 +247,7 @@ func (this *ModelHero) consumeHeroCard(uid string, hero *pb.DBHero, count int32)
} }
err = this.ChangeList(uid, hero.Id, update) err = this.ChangeList(uid, hero.Id, update)
} }
this.moduleHero.Debugf("删除一张卡牌uid:%s,卡牌ID:%s", uid, hero.Id) this.moduleHero.Debugf("删除%d张卡牌uid:%s,卡牌ID:%s", count, uid, hero.Id)
return return
} }