From c68d28b333ae625e4a0fd0ebefa3ebb74d352d00 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期四, 14 三月 2019 16:25:42 +0800
Subject: [PATCH] 6356 【主干】补充合成双属性聚魂消耗材料流向记录
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintFightPower.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintFightPower.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintFightPower.py
index 6a4209a..38316fd 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintFightPower.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintFightPower.py
@@ -100,6 +100,7 @@
ChConfig.Def_CalcAttrFunc_Coat:"时装",
ChConfig.Def_CalcAttrFunc_ZXEquip:"诛仙装备",
ChConfig.Def_CalcAttrFunc_ZXEquipSuit:"诛仙装备套装",
+ ChConfig.Def_CalcAttrFunc_ZXEquipStone:"诛仙装备宝石",
}
GameWorld.DebugAnswer(curPlayer, "PrintFightPower 模块类型(可选)")
--
Gitblit v1.8.0