hxp
2025-08-04 fd3137f3c58f6fb5f53c0bfc38c55c74e7709f72
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)