神王红点提交

tcx_xiyou_zeroOne_dev
wangzhenxing 2024-08-08 23:36:29 +08:00
parent bd9ad6d14d
commit 84fe83d698
1 changed files with 2 additions and 1 deletions

View File

@ -3816,7 +3816,8 @@ function this.GetCurHeroIsShowRedPoint(curHeroData)
GiftManager.CheckRoleRedPointById(curHeroData.dynamicId) or
HeroManager.CheckHeroPotencyRedPoint(curHeroData.dynamicId) or
HeroManager.IsShowFlyUpRedPoint(curHeroData) or
HeroManager.RefreshRedShow(curHeroData)
HeroManager.RefreshRedShow(curHeroData) or
HeroManager.IsShowGodKingRedPoint(curHeroData)
end
--获取当前英雄的下一突破 和 升星 静态数据
function this.GetCurHeroUpLvOrUpStarSData(curHeroData)