From 11471969c8b6ecec34e8a39f9e19cedc320e8bb8 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期四, 16 五月 2019 17:54:50 +0800 Subject: [PATCH] 6820 【2.0】【后端】普通炼丹定制产出数量 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 9868f38..1dc3759 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_AlchemyPrayCnt = "AlchemyPrayCnt" #炼丹祈福次数 -- Gitblit v1.8.0