【修行】提交
parent
d0d20db65b
commit
1086f182a0
|
@ -49,7 +49,7 @@ function this.GetSinglePointAdd()
|
|||
return singlePointAddList
|
||||
end
|
||||
|
||||
--获取当前获得的所有属性相加
|
||||
--获取当前获得的所有属性相加(用于计算战力)
|
||||
function this.GetCurAllGetAdd()
|
||||
local PropertyList = this.BuildAddTemplate()
|
||||
for i = 1, this.PracticeLevel do
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue