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()