From 2553f010270f9dff6f1ee1403caab4ff826e00c2 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期三, 20 三月 2019 17:12:06 +0800
Subject: [PATCH] 6374 【后端】【2.0】删除无用功能代码、封包、配置(法宝之魂)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py
index 40838f2..3efd560 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py
@@ -7251,12 +7251,6 @@
     realmlv = GameWorld.ToIntDef(curActionNode.GetAttribute("value"), 0)
     return curPlayer.GetOfficialRank() >= realmlv
 
-##法宝之魂是否激活
-# @param None
-# @return None <Mwsoul value="id"/>
-def ConditionType_Mwsoul(curPlayer, curMission, curActionNode):
-    soulID = GameWorld.ToIntDef(curActionNode.GetAttribute("value"), 0)
-    return bool(PlayerMagicWeapon.GetIsActiveMWSoul(curPlayer, soulID))
 
 ##X级通关X层娲皇遗迹
 # @param None

--
Gitblit v1.8.0