长按赠送道具数量不变修改

dev_chengFeng
jiaoyangna 2021-10-12 18:01:39 +08:00
parent 25f3f927d6
commit 686d9345f4
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ function this.UpdatelSingleHeroData(heroId,itemId,itemNum)
local tempheroConfig = heroConfig[heroId]
value = this.ItemList[itemId][tempheroConfig.PropertyName]*itemNum
this.UpdatelBackData(heroId,value,1)
BagManager.HeroLvUpUpdateItemsNum(itemId,itemNum)
PopupTipPanel.ShowTip("好感度+"..value)
end