xdh
2019-05-20 a9e7531f41368484b3d857e4236cb4c40ff2e704
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerXMZZ.py
@@ -713,7 +713,7 @@
    packData = ChPyNetSendPack.tagGCXMZZFightInfo()
    packData.Clear()
    packData.PlayerID = pkPlayerID
    packData.PropData = str(pkPlayerPropData)
    packData.PropData = json.dumps(pkPlayerPropData, ensure_ascii=False)
    packData.PropDataSize = len(packData.PropData)
    NetPackCommon.SendFakePack(curPlayer, packData)