ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/Item_AddLV.py
@@ -62,7 +62,7 @@ curLV = curPlayer.GetLV() isOnlyLVUp = lvLimit==0 or curLV < lvLimit #是否直接提升固定等级 maxLV = IpyGameDataPY.GetFuncCfg("PlayerMaxLV") # 当前已开放的最大等级不一定大于下一次转生等级 maxLV = PlayerControl.GetPlayerMaxLV(curPlayer) if isOnlyLVUp and curLV >= maxLV: PlayerControl.NotifyCode(curPlayer, "GeRen_liubo_607994") GameWorld.Log('升级果实无法使用,已达到当前最大等级 curLV=%s,maxLV=%s'