排行榜红点修改提交

tcx_xiyou_solider
PC-202302260912\Administrator 2024-04-01 16:37:15 +08:00
parent 173b097eba
commit 04da219a6f
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ function this.RefreshRedPoint1()
--i 是编队类型
for i, v in pairs(proud) do
if v == 0 and allFirstRankProud[i].uid > 0 and
(i == RANK_TYPE.IGHTLEVEL_STAR or i == RANK_TYPE.FORCE_CURR_RANK or i == RANK_TYPE.GUILD_FORCE_RANK or i == RANK_TYPE.MONSTER_RANK) then--没有膜拜过 --i <= 4 前四个本服
(i == RANK_TYPE.IGHTLEVEL_STAR or i == RANK_TYPE.FORCE_CURR_RANK or i == RANK_TYPE.GUILD_FORCE_RANK or i == RANK_TYPE.MONSTER_RANK or i == RANK_TYPE.FIGHT_LEVEL_RANK) then--没有膜拜过 --i <= 4 前四个本服
return true
end
end