From 246314fa109ae32ef92918bf5dcde701fee98837 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 25 七月 2024 14:50:43 +0800
Subject: [PATCH] 10216 【越南】【港台】【主干】【砍树】古神战场修改(信息提示CrossBattlefieldSysCallBuy增加阵营参数)
---
 ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerViewCache.py |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerViewCache.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerViewCache.py
index 78a97b5..ce034af 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerViewCache.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerViewCache.py
@@ -19,6 +19,7 @@
 #---------------------------------------------------------------------
 
 import GameWorld
+import GameWorship
 import PlayerControl
 import NetPackCommon
 import GameWorldArena
@@ -54,6 +55,9 @@
     if CrossChampionship.IsChampionshipPlayer(playerID):
         return True
     
+    if GameWorship.IsWorshipPlayer(playerID):
+        return True
+    
     if GameWorldSkyTower.IsSkyTowerPassPlayer(playerID):
         return True
     
--
Gitblit v1.8.0