hch
2019-03-05 7e2fba6800afaaeef3ac9d2d3c8c42ebcefd2016
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerFamilyAction.py
@@ -34,6 +34,7 @@
import PlayerControl
import IPY_GameServer
import DataRecordPack
import json
#---------------------------------------------------------------------
## 设置玩家家族行为
@@ -44,7 +45,7 @@
#  @return None
def MapServer_PlayerFamilyActionNote(curPlayer, actionType, actionData, tick):
    
    actionDataList = eval(actionData)
    actionDataList = json.loads(actionData)
    
    familyId = curPlayer.GetFamilyID()