副本入口未开启提示修改
parent
1cc81367e3
commit
eea07aea59
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue