From df744c751c6367ea362236f8ec7cbb6a66f2d9d8 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期五, 05 七月 2019 11:09:07 +0800
Subject: [PATCH] 7678 【主干】【后端】灵器系统(广播)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.py
index ce2bb75..d402f78 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ChEquip.py
@@ -646,6 +646,7 @@
     resultPack.Clear()
     resultPack.MakeItemID = nextItemID
     NetPackCommon.SendFakePack(curPlayer, resultPack)
+    PlayerControl.WorldNotify(0, 'SpiritOrgan', [curPlayer.GetName(), breakItemID, nextItemID])
     return
 
 def RefreshPlayerLingQiEquipAttr(curPlayer):

--
Gitblit v1.8.0