ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/MainLevel.py
@@ -91,6 +91,6 @@ wave = waveMax nowValue = PlayerControl.SetMainLevelNowInfo(curPlayer, chapterID, levelNum, wave) passValue = PlayerControl.SetMainLevelPassInfo(curPlayer, chapterID, levelNum, wave) passValue = PlayerControl.SetMainLevelPassInfo(curPlayer, chapterID, levelNum, max(0, wave - 1)) GameWorld.DebugAnswer(curPlayer, "设置主线:章关=%s-%s,波=%s,%s,%s" % (chapterID, levelNum, wave, nowValue, passValue)) return