神王红点提交
parent
bd9ad6d14d
commit
84fe83d698
|
|
@ -3816,7 +3816,8 @@ function this.GetCurHeroIsShowRedPoint(curHeroData)
|
||||||
GiftManager.CheckRoleRedPointById(curHeroData.dynamicId) or
|
GiftManager.CheckRoleRedPointById(curHeroData.dynamicId) or
|
||||||
HeroManager.CheckHeroPotencyRedPoint(curHeroData.dynamicId) or
|
HeroManager.CheckHeroPotencyRedPoint(curHeroData.dynamicId) or
|
||||||
HeroManager.IsShowFlyUpRedPoint(curHeroData) or
|
HeroManager.IsShowFlyUpRedPoint(curHeroData) or
|
||||||
HeroManager.RefreshRedShow(curHeroData)
|
HeroManager.RefreshRedShow(curHeroData) or
|
||||||
|
HeroManager.IsShowGodKingRedPoint(curHeroData)
|
||||||
end
|
end
|
||||||
--获取当前英雄的下一突破 和 升星 静态数据
|
--获取当前英雄的下一突破 和 升星 静态数据
|
||||||
function this.GetCurHeroUpLvOrUpStarSData(curHeroData)
|
function this.GetCurHeroUpLvOrUpStarSData(curHeroData)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue