【修行】提交

dev_chengFeng
ZhangBiao 2021-05-17 19:49:48 +08:00
parent d0d20db65b
commit 1086f182a0
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ function this.GetSinglePointAdd()
return singlePointAddList
end
--获取当前获得的所有属性相加
--获取当前获得的所有属性相加(用于计算战力)
function this.GetCurAllGetAdd()
local PropertyList = this.BuildAddTemplate()
for i = 1, this.PracticeLevel do

View File

@ -72,7 +72,7 @@ function Practice:BindEvent()
if PracticeManager.PracticeBigLevel - oldBigLevel == 1 then
PopupTipPanel.ShowTip(string.format("恭喜突破至%s期",self.curLevelConfig.RealmName))
end
Game.GlobalEvent:DispatchEvent(GameEvent.Bag.BagGold)
Game.GlobalEvent:DispatchEvent(GameEvent.Player.OnChangeName)
self:OnShow()
end)
end)