This commit is contained in:
COMPUTER\EDY 2026-02-05 14:04:47 +08:00
parent ae0c39c54e
commit 05bdbccfff

View File

@ -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;