副本入口未开启提示修改

dev_chengFeng
wangzhenxing 2022-05-09 14:37:50 +08:00
parent 1cc81367e3
commit eea07aea59
1 changed files with 2 additions and 1 deletions

View File

@ -521,7 +521,8 @@ function this.CarbonOpenTip()
-- table.insert(openRuleList, AllActSetConfig[18].OpenRules)
-- table.insert(openRuleList, AllActSetConfig[30].OpenRules)
-- table.insert(openRuleList, AllActSetConfig[46].OpenRules)
table.insert(openRuleList, AllActSetConfig[67].OpenRules)
--根据副本里面功能 等级最低的设置提示
table.insert(openRuleList, AllActSetConfig[44].OpenRules)
for i = 1, #openRuleList do
local openRule = openRuleList[i][1]