From df1375798cf673f2a88c813d944cd6346c6e7be3 Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期四, 15 五月 2025 19:48:24 +0800 Subject: [PATCH] 0312 新架构一个地图就是一个服务器,增加DB管理;初版遗漏了更新旧的pymongo代码后续补充 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameWorld1.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameWorld1.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameWorld1.py index e26e986..962b03e 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameWorld1.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/IPY_GameWorld1.py @@ -500,6 +500,7 @@ def GetTmpTimeCorrect(self, *args): return _IPY_GameWorld1.IPY_GameWorld_GetTmpTimeCorrect(self, *args) def GetDebugLevel(self): return _IPY_GameWorld1.IPY_GameWorld_GetDebugLevel(self) def GetLineNO(self): return _IPY_GameWorld1.IPY_GameWorld_GetLineNO(self) + def GetServerID(self): return _IPY_GameWorld1.IPY_GameWorld_GetServerID(self) def BeginPyNetTrafficMonitor(self, *args): return _IPY_GameWorld1.IPY_GameWorld_BeginPyNetTrafficMonitor(self, *args) def EndPyNetTrafficMonitor(self, *args): return _IPY_GameWorld1.IPY_GameWorld_EndPyNetTrafficMonitor(self, *args) def GetSendPacketQueueCnt(self): return _IPY_GameWorld1.IPY_GameWorld_GetSendPacketQueueCnt(self) @@ -510,6 +511,7 @@ def EventReport_SetEventReportParam(self, *args): return _IPY_GameWorld1.IPY_GameWorld_EventReport_SetEventReportParam(self, *args) def SendGameServerGeneralPack(self, *args): return _IPY_GameWorld1.IPY_GameWorld_SendGameServerGeneralPack(self, *args) def CreateMirrorPlayer(self, *args): return _IPY_GameWorld1.IPY_GameWorld_CreateMirrorPlayer(self, *args) + def SendPyPackToMapServerSelf(self, *args): return _IPY_GameWorld1.IPY_GameWorld_SendPyPackToMapServerSelf(self, *args) IPY_GameWorld_swigregister = _IPY_GameWorld1.IPY_GameWorld_swigregister IPY_GameWorld_swigregister(IPY_GameWorld) -- Gitblit v1.8.0