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