From b9f85c666439ef0e8491d70fb28d48f9deea69bb Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期三, 20 三月 2019 15:37:14 +0800 Subject: [PATCH] 6341 【后端】【2.0】境界改版开发单(修为池) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 0987a05..4a09053 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -3915,11 +3915,9 @@ #境界 Def_PDict_RealmFBIsOpen = "RealmFBIsOpen" #渡劫副本是否开启 0未开启 1已开启 2可升级境界 Def_PDict_RealmFBAttrAdd = "RealmFBAttrAdd_%s" #渡劫副本属性加成 参数属性ID -Def_PDict_RealmSitAllTime = "RealmSitAllTime" #打坐总时间 -Def_PDict_RealmSitRemainTime = "RealmSitRemainTime" #开始打坐前剩余时间秒 -Def_PDict_RealmSitStartTime = "RealmSitStartTime" #开始打坐时间 -Def_PDict_RealmSitStopTime = "RealmSitStopTime" #离线时是否在打坐 - +Def_PDict_RealmExp = "RealmExp" #境界修为池总经验 +Def_PDict_RealmExpPoint = "RealmExpPoint" #境界修为池总经验点 +Def_PDict_RealmExpBeginTime = "RealmExpBeginTime" #境界修为池经验开始计时时间 #法宝 Def_PDict_MagicWeaponExp = "MagicWeaponExp_%s" #法宝经验 参数法宝ID -- Gitblit v1.8.0