ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_AddExp.py
@@ -49,7 +49,7 @@
        confLV = curEff.GetEffectValue(1) #等级限制当=0为不限制等级
        reLV = min(confLV, curLV) if confLV else curLV
        
        lvIpyData = PlayerControl.GetPlayerLVIpyData(reLV)
        lvIpyData = None #PlayerControl.GetPlayerLVIpyData(reLV)
        if not lvIpyData:
            return
        giveExp = int(lvIpyData.GetReExp() * expPer)