diff --git a/assets/Script/module/Tool/GameTool.ts b/assets/Script/module/Tool/GameTool.ts index 2e8c43c..fdb3b73 100644 --- a/assets/Script/module/Tool/GameTool.ts +++ b/assets/Script/module/Tool/GameTool.ts @@ -443,8 +443,8 @@ var GameTool = { //关卡上限 maxLevel() { let jg = false; - if (cc.fx.GameConfig.GM_INFO.level > 1099) { - cc.fx.GameConfig.GM_INFO.level = 1100; + if (cc.fx.GameConfig.GM_INFO.level > 1149) { + cc.fx.GameConfig.GM_INFO.level = 1150; jg = true; } return jg;