From c96e8ed5c248f3ff2edbee5f4a7d332b0e153a1e Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期三, 05 十二月 2018 14:31:31 +0800
Subject: [PATCH] 5183 仙盟BOSS开启输出

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
index 853f5b2..32cc61d 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py
@@ -5652,7 +5652,7 @@
     sendPack.Speed = curPlayer.GetSpeed()
     sendPack.MoveType = moveType
     # NotifyAll 做过滤或者数量处理
-    PlayerControl.PyNotifyAll(curPlayer, sendPack, False, -1)
+    PlayerControl.PyNotifyAll(curPlayer, sendPack, False, 0)
     return
 
 def GetDownloadAward(curPlayer, dataEx):

--
Gitblit v1.8.0