天书秘卷提交

dev_chengFeng
jiaoyangna 2021-03-22 15:42:56 +08:00
parent 56ee509832
commit 3931ef4af2
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ function FetterItem:BindEvent()
local item = msg.drop.itemlist[1]
PopupTipPanel.ShowTip(string.format("激活成功,获得%s%s",item.itemNum,ConfigManager.GetConfigData(ConfigName.ItemConfig,item.itemId).Name))
end
this.UpdateFetterId(self.itemData.id)
TianShuMiJuanManger.UpdateFetterId({self.itemData.id})
local newWarPower = FormationManager.GetFormationPower(FormationTypeDef.FORMATION_NORMAL)
UIManager.OpenPanel(UIName.WarPowerChangeNotifyPanelV2,{oldValue = oldWarPower,newValue = newWarPower})
self:SetIcon(1)