From d5df67cdbd617183bef60dae8ece608ba516e101 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 12 十月 2018 15:25:39 +0800
Subject: [PATCH] 3784 【后端】 Boss争夺战(原骑宠争夺)仙盟排名前三的玩家广播提示修改为单独的三条
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/PrintFightPower.py | 2 ++
1 files changed, 2 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 a311054..c5b0f45 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
@@ -50,6 +50,7 @@
ShareDefine.Def_MFPType_PetSoul:"宠魂",
ShareDefine.Def_MFPType_HorseSoul:"骑魂",
ShareDefine.Def_MFPType_MagicWeaponSoul:"法宝之魂",
+ ShareDefine.Def_MFPType_Dogz:"神兽",
ShareDefine.Def_MFPType_Other:"其他",
}
@@ -89,6 +90,7 @@
ChConfig.Def_CalcAttrFunc_StoveYao:"炼丹炉丹药",
ChConfig.Def_CalcAttrFunc_PetSign:"宠物签到",
ChConfig.Def_CalcAttrFunc_MagicWeaponSoul:"法宝之魂",
+ ChConfig.Def_CalcAttrFunc_Dogz:"神兽",
}
GameWorld.DebugAnswer(curPlayer, "PrintFightPower 模块类型(可选)")
--
Gitblit v1.8.0