屏蔽宗门技能

dev_chengFeng
PC-202302260912\Administrator 2023-06-14 18:42:21 +08:00
parent 6c6a7d19f7
commit a6d235528f
2 changed files with 7 additions and 7 deletions

View File

@ -47,7 +47,7 @@ local _GuildBuildConfig = {
end,
},
[GUILD_MAP_BUILD_TYPE.SKILL] = { --技能
isOpen = true,
isOpen = false,
rpType = RedPointType.Guild_Skill,
btnName = "btnSkill",
btnFunc = function()

View File

@ -138,12 +138,12 @@ function this.SetAllGuildSkillRedPlayers()
end
--刷新方法
function this.RefreshAllGuildSkillRedPoint()
for i = 1, #GuildSkillType do
local isShowRedPoint = this.GuildSkillRedPoint(i)
if isShowRedPoint then
return true
end
end
-- for i = 1, #GuildSkillType do
-- local isShowRedPoint = this.GuildSkillRedPoint(i)
-- if isShowRedPoint then
-- return true
-- end
-- end
return false
end
--1 已经查看过不需要显示新红点 0 显示红点