屏蔽宗门技能

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, end,
}, },
[GUILD_MAP_BUILD_TYPE.SKILL] = { --技能 [GUILD_MAP_BUILD_TYPE.SKILL] = { --技能
isOpen = true, isOpen = false,
rpType = RedPointType.Guild_Skill, rpType = RedPointType.Guild_Skill,
btnName = "btnSkill", btnName = "btnSkill",
btnFunc = function() btnFunc = function()

View File

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