From 5a3bb2e53454800a55bca0d911050e8dd9a69c27 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 13 三月 2026 10:45:08 +0800
Subject: [PATCH] 556 【付费功能】时装商店-服务端

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldEvent.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldEvent.py
index 75862a7..4e8750f 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldEvent.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldEvent.py
@@ -25,8 +25,8 @@
 import IPY_GameWorld
 import DataRecordPack
 import PlayerEventCounter
+import GameLogic_Qunying
 import GameWorldAction
-import PlayerViewCache
 import PlayerControl
 import NetPackCommon
 import PlayerOnline
@@ -90,7 +90,7 @@
     DBDataMgr.OnServerStart() # 优先加载公共数据
     #ItemCommon.InitPyItem() # 改为放 InitItem 加载
     LoadDBPlayer()
-    PlayerViewCache.LoadRobot()
+    #PlayerViewCache.LoadRobot()
     PyGameData.g_initGameTime = int(time.time()) # 放到加载数据之后
     
     # 检查跨服中心唯一性
@@ -111,7 +111,7 @@
     __DoMixServerInit()
     
     # 其他功能初始化
-    
+    GameLogic_Qunying.OnServerStart()
     
     # 最后触发检查是否完全启动成功
     PyGameData.g_initGameWorldOK = True

--
Gitblit v1.8.0