From 9a739f5ef7dc235d8effd1b46ebe9bf747ab8e36 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期五, 17 五月 2019 23:56:46 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/SnxxServerCode --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index c10294f..2711992 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -3882,7 +3882,7 @@ Def_PDict_AlchemyLearnState = "AlchemyLearnState%s" #丹方是否已学习 Def_PDict_AlchemyItemID = "AlchemyItemID_%s" #炼丹中的丹药ID 参数丹药类型 Def_PDict_AlchemyStartTime = "AlchemyStartTime_%s" #炼丹开始时间 参数丹药ID -Def_PDict_AlchemyCommonCnt = "AlchemyCommonCnt" #普通丹药炼丹次数 +Def_PDict_AlchemyCnt = "AlchemyCnt%s" #丹药炼丹次数 Def_PDict_AlchemyPrayCnt = "AlchemyPrayCnt" #炼丹祈福次数 @@ -4943,9 +4943,9 @@ CME_Known:"未知", CME_Class_Horse:"坐骑", CME_Class_Wing:"翅膀", -CME_Class_Official:"爵位", -CME_FB_RunDaily:"日常跑环", -CME_FB_RunFamily:"战盟跑环", +CME_Class_Official:"爵位", +CME_FB_RunDaily:"日常跑环", +CME_FB_RunFamily:"战盟跑环", } # 功能对应的事件记录类型 -- Gitblit v1.8.0