【归元修改】向后的发送战力改变
parent
ea9d0ba287
commit
d6c61b7a11
|
@ -765,5 +765,8 @@ function this:ResolveUpdateHeroInfoData()
|
|||
end
|
||||
end
|
||||
this:UpdateHeroInfoData()--刷新界面方法
|
||||
if isUpZhen then
|
||||
FormationManager.UserPowerChanged()
|
||||
end
|
||||
end
|
||||
return this
|
|
@ -266,5 +266,6 @@ function this.RefrehsHeroAndTalisman()
|
|||
end
|
||||
end
|
||||
this:OnShowHeroAndTalisman()--刷新界面方法
|
||||
FormationManager.UserPowerChanged()
|
||||
end
|
||||
return RoleTalismanPanelV2
|
Loading…
Reference in New Issue