From dbd01953dab4d70a8854106bc9e0992f8fc04266 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期六, 05 一月 2019 18:29:01 +0800 Subject: [PATCH] 860312 增加切换地图输出便于查切图问题 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index b36d204..7cbb27b 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -4678,9 +4678,9 @@ Def_GiveMoney_StallItem, # 摆摊 Def_GiveMoney_Trade, # 交易 Def_GiveMoney_Truck, # 运镖 -Def_GiveMoney_FreeGoods, # 极品白拿 25 -Def_GiveMoney_BindJadeWheel, # 绑玉转盘 -Def_GiveMoney_GatherSoulDecompose, #聚魂分解 +Def_GiveMoney_FreeGoods, # 极品白拿 +Def_GiveMoney_BindJadeWheel, # 绑玉转盘 25 +Def_GiveMoney_GatherSoulDecompose, #聚魂分解 26 ) = range(1000, 1000 + 27) Def_Give_Reason_SonKey = "reason_name_son" # 原因子类说明key -- Gitblit v1.8.0