hxp
2020-02-14 cd898b17b9f5a5a49a92e373387cb73dbf12791a
8375 【主干】【后端】秘境探索修改(脚本runall默认值修改)
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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
    '''