hxp
2019-01-24 3e312856ab8860d06c92f5ec91ab5b419e1bed93
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):