From 9d5ec7599f3abe0cebb76ce1df3c3b8c4e0aa51e Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 10 二月 2026 11:40:15 +0800
Subject: [PATCH] 66 【公会】基础主体-服务端(跨服聊天;)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/CrossMsg.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/CrossMsg.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/CrossMsg.py
index ed555bd..3bb86cd 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/CrossMsg.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/CrossMsg.py
@@ -21,7 +21,7 @@
import ShareDefine
import NetPackCommon
import ChServerToServerPyPack
-from GM import GMShell
+import PlayerFamilyTaofa
import PlayerViewCache
import PlayerFamily
import CrossPlayer
@@ -181,8 +181,6 @@
DBFamily.S2C_FamilyData(dataMsg, fromServerID)
elif msgType == ShareDefine.S2C_FamilyPyPack: # 公会功能玩家请求py包转发
PlayerFamily.S2C_FamilyPyPack(dataMsg, fromServerID, playerID)
- elif msgType == ShareDefine.S2C_GMCMD:
- GMShell.S2C_GMCMD(dataMsg, fromServerID, playerID)
# 游戏服务器要处理的消息
elif curServerType == ShareDefine.serverType_Main:
@@ -196,6 +194,8 @@
PlayerFamily.C2S_FamilyMapPlayer(dataMsg, playerID)
elif msgType == ShareDefine.C2S_FamilyPyPackRet:
PlayerFamily.C2S_FamilyPyPackRet(dataMsg, playerID)
+ elif msgType == ShareDefine.C2S_TaofaMemContrib:
+ PlayerFamilyTaofa.C2S_TaofaMemContrib(dataMsg)
elif msgType == ShareDefine.C2S_NotifyCode:
CrossPlayer.C2S_NotifyCode(dataMsg)
elif msgType == ShareDefine.C2S_SendFakePack:
--
Gitblit v1.8.0