ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/imba.py
@@ -12,7 +12,6 @@
#---------------------------------------------------------------------
import GameWorld
import SetFabao
import ActivePet
import MakeItemCount
import PlayerControl
@@ -24,10 +23,6 @@
        return
    
    lv = int(msgList[0])
    # 3.地图法宝全开
    for fbaoID in [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 201, 202, 203, 204]:
        SetFabao.OnExec(curPlayer, [fbaoID])
    
    curMission = curPlayer.FindMission(1)
    if not curMission: