ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_AddLV.py
@@ -107,7 +107,7 @@
        # 满级
        if lvUpNeedExp <= 0:
            PlayerControl.NotifyCode(curPlayer, "GeRen_liubo_607994")
            return False
            return 0
        
        giveExp = 0
        for lv in range(curLV, curLV + giveLV):