From 11b599e0259313a8af9452d80e8f99cd21d05f1f Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期五, 17 五月 2019 00:11:42 +0800 Subject: [PATCH] 860312 视野设置为0 会通知消失 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/CrossRealmPlayer.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/CrossRealmPlayer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/CrossRealmPlayer.py index 878c2c8..4acc988 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/CrossRealmPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/CrossRealmPlayer.py @@ -160,7 +160,7 @@ GameWorld.Log("DoExitCrossRealm...", curPlayer.GetPlayerID()) curPlayer.SetCanAttack(True) curPlayer.SetVisible(True) - curPlayer.SetSight(1) + curPlayer.SetSight(0) curPlayer.RefreshView() curPlayer.SetSight(ChConfig.Def_PlayerSight_Default) curPlayer.RefreshView() -- Gitblit v1.8.0