From d52378bf47be0333273248d6348de3377169cf3f Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期六, 25 五月 2019 15:31:49 +0800
Subject: [PATCH] 6603 【后端】【2.0】增加新版的sp和被动技能

---
 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