xdh
2018-08-21 3d214c60456c914be4fde1b3c07e30d6729e6315
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)