From cd898b17b9f5a5a49a92e373387cb73dbf12791a Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 14 二月 2020 19:32:46 +0800 Subject: [PATCH] 8375 【主干】【后端】秘境探索修改(脚本runall默认值修改) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py index d60f3d7..d10e480 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py @@ -2016,7 +2016,7 @@ RunQuestEvent(curPlayer, "onmoneychange", moneyType, Def_RunQuestType_Normal) return -def EventRespons_ActivityPlace(curPlayer, event, runall=True): +def EventRespons_ActivityPlace(curPlayer, event, runall=False): ''' 活跃放置事件 @param event: 可启动 canstart、启动 start、可领奖 cangetreward、领奖 getreward ''' -- Gitblit v1.8.0