xdh
2019-01-10 9a4d2b1a70a221c810a7cdf4b119bde08ddfb8c2
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):