长按赠送道具数量不变修改
parent
25f3f927d6
commit
686d9345f4
|
@ -159,6 +159,7 @@ function this.UpdatelSingleHeroData(heroId,itemId,itemNum)
|
||||||
local tempheroConfig = heroConfig[heroId]
|
local tempheroConfig = heroConfig[heroId]
|
||||||
value = this.ItemList[itemId][tempheroConfig.PropertyName]*itemNum
|
value = this.ItemList[itemId][tempheroConfig.PropertyName]*itemNum
|
||||||
this.UpdatelBackData(heroId,value,1)
|
this.UpdatelBackData(heroId,value,1)
|
||||||
|
BagManager.HeroLvUpUpdateItemsNum(itemId,itemNum)
|
||||||
PopupTipPanel.ShowTip("好感度+"..value)
|
PopupTipPanel.ShowTip("好感度+"..value)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue