删除卡牌日志
This commit is contained in:
parent
a1f165fd90
commit
8fd9b0d0bb
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user