ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerMineArea.py
@@ -26,6 +26,7 @@ import PlayerSuccess import ShareDefine import ItemCommon import EventShell import GameWorld import time @@ -227,6 +228,11 @@ areaPlayerID, reason = dataMsg __OnMineAreaPullEnd(curPlayer, areaPlayerID, reason) ## 拉取 elif msgType == "Pull": areaPlayerID = dataMsg[0] isRob = (areaPlayerID and curPlayer.GetPlayerID() != areaPlayerID) EventShell.EventResponse_MineAreaPull(curPlayer, isRob) return def __DoGiveMineAreaAward(curPlayer, awardInfoList):