From 59131b1a15794d761b345302792eb601dd2c6c82 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 25 十二月 2025 18:32:58 +0800
Subject: [PATCH] 358 【内政】红颜系统-服务端(游历景观未被发现时不通知景观相关信息;)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldProcess.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldProcess.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldProcess.py
index c0d011c..f337264 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldProcess.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldProcess.py
@@ -540,9 +540,6 @@
     #通知RouteServer 消息
     __ProcessRouteServer(gameWorld, tick)
     
-    #定时检测关闭超时文件
-    EventReport.OnTimeCloseScribeTxt()
-    
     #地图自定义随机刷怪
     NPCRealmRefresh.ProcessRealmNPCRefresh(gameWorld, tick)
     return

--
Gitblit v1.8.0