ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py
@@ -448,7 +448,7 @@
    dataDict = {'PlayerID':curPlayer.GetPlayerID(), 'PlayerName':curPlayer.GetPlayerName(), 
                'AccID':curPlayer.GetAccID(), 'PlayerLV':playerLV, 'PlayerTotalExp':playerTotalExp, 
                'CurLVRequireExp':curLVRequireExp}
                'CurLVRequireExp':curLVRequireExp, 'IP':curPlayer.GetIP()}
    #发送封包
    SendEventPack("PlayerUpgrade", dataDict, curPlayer)