From fcb20c084df8e7f61e01c5b9920875d669aa87ce Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期一, 03 十二月 2018 16:00:12 +0800 Subject: [PATCH] 5186 【测试】【1.3.100起】减少战斗广播量 --- 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