From 6c76bfd0f116288640f9b98efa8ffaa7df5214d8 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 10 十二月 2025 09:34:51 +0800
Subject: [PATCH] 16 卡牌服务端(真实玩家起始ID3000000起,公会ID1000000起,与外网同步;)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldEvent.py |    5 ++++-
 1 files changed, 4 insertions(+), 1 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 5f661d2..b907893 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldEvent.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/GameWorldEvent.py
@@ -17,6 +17,7 @@
 
 import DBDataMgr
 import GameWorld
+import PyMongoMain
 import PlayerFamily
 import IpyGameDataPY
 import IPY_GameWorld
@@ -69,7 +70,7 @@
 #调用该函数时,C++已经设置好区服,如果改变区服需重启
 def StartDB(tick):
     #初始化数据库, 恢复备档(按区服记录), 加载静态表
-    from PyMongoDB import PyMongoMain
+    #from PyMongoDB import PyMongoMain
     PyMongoMain.StartDB()
     InitGameWorld(tick)
     return
@@ -256,6 +257,8 @@
         CheckCloseMapOK()
         return
     
+    PyMongoMain.GetUserCtrlDB().onSecondProcess()
+    
     OnMinute(tick)
     
     # 其他逻辑

--
Gitblit v1.8.0