ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFamily.py
@@ -33,7 +33,6 @@ import PlayerTask import DBDataMgr import DirtyList import ObjPool import random import time @@ -1527,7 +1526,7 @@ donateCntList.append(donateCnt) if not donateCntList: return clientPack = ObjPool.GetPoolMgr().acquire(ChPyNetSendPack.tagSCDonateCntInfo) clientPack = ChPyNetSendPack.tagSCDonateCntInfo() clientPack.DonateCntList = donateCntList clientPack.Count = len(clientPack.DonateCntList) NetPackCommon.SendFakePack(curPlayer, clientPack)