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 | 6 ++++++
1 files changed, 6 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 f717c6a..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
@@ -53,6 +53,8 @@
ShareDefine.Def_MFPType_HorseSoul:"骑魂",
ShareDefine.Def_MFPType_MagicWeaponSoul:"法宝之魂",
ShareDefine.Def_MFPType_Dogz:"神兽",
+ ShareDefine.Def_MFPType_Coat:"时装",
+ ShareDefine.Def_MFPType_ZhuXian:"诛仙",
ShareDefine.Def_MFPType_Other:"其他",
}
@@ -95,6 +97,10 @@
ChConfig.Def_CalcAttrFunc_PetSign:"宠物签到",
ChConfig.Def_CalcAttrFunc_MagicWeaponSoul:"法宝之魂",
ChConfig.Def_CalcAttrFunc_Dogz:"神兽",
+ ChConfig.Def_CalcAttrFunc_Coat:"时装",
+ ChConfig.Def_CalcAttrFunc_ZXEquip:"诛仙装备",
+ ChConfig.Def_CalcAttrFunc_ZXEquipSuit:"诛仙装备套装",
+ ChConfig.Def_CalcAttrFunc_ZXEquipStone:"诛仙装备宝石",
}
GameWorld.DebugAnswer(curPlayer, "PrintFightPower 模块类型(可选)")
--
Gitblit v1.8.0