From 2cf5365a5e409b38bba122f9bd1b0a6bd217c1c0 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 03 七月 2025 17:57:30 +0800
Subject: [PATCH] 16 卡牌服务端(删除无用的GY_Query_Offline_xxx命令)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/Collections/CollectionDefine.py |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/Collections/CollectionDefine.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/Collections/CollectionDefine.py
index 423207d..7ba59e3 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/Collections/CollectionDefine.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/Collections/CollectionDefine.py
@@ -4,8 +4,23 @@
 #
 #-------------------------------------------------------------------------------
 #
-UCN_DBPlayerPackData="tagDBPlayerPackData"
+#卡牌服务器表
+UCN_DBFuncTeamMem="tagDBFuncTeamMem"
+UCN_DBFuncTeam="tagDBFuncTeam"
 UCN_DBGameRec="tagDBGameRec"
+UCN_DBFamilyAction="tagDBFamilyAction"
+UCN_DBFamilyMem="tagDBFamilyMem"
+UCN_DBFamily="tagDBFamily"
+UCN_DBMailItem="tagDBMailItem"
+UCN_DBMailPersonal="tagDBMailPersonal"
+UCN_DBMailPlayerRec="tagDBMailPlayerRec"
+UCN_DBMailServer="tagDBMailServer"
+UCN_DBBillboard="tagDBBillboard"
+UCN_DBPlayerViewCache="tagDBPlayerViewCache"
+UCN_DBEventTrig="tagDBEventTrig"
+
+#MMO旧表
+UCN_DBPlayerPackData="tagDBPlayerPackData"
 UCN_DBPyFuncTeam="tagDBPyFuncTeam"
 UCN_DBPyFuncTeamMem="tagDBPyFuncTeamMem"
 UCN_DBPlayerRecData="tagDBPlayerRecData"
@@ -45,7 +60,6 @@
 UCN_BattleFormation="tagBattleFormation"
 UCN_AccCoins="tagAccCoins"
 UCN_AccIDSendPrize="tagAccIDSendPrize"
-UCN_DBBillboard="tagDBBillboard"
 UCN_DBCountryFamilyWarRace="tagDBCountryFamilyWarRace"
 UCN_DBCountryFamilyWarRequest="tagDBCountryFamilyWarRequest"
 UCN_DBCountryFamilyWarResult="tagDBCountryFamilyWarResult"
@@ -87,7 +101,6 @@
 UCN_DBPlayer="tagDBPlayer"
 UCN_DSAccount="tagDSAccount"
 UCN_RoleItem="tagRoleItem"
-UCN_DBFamilyAction="tagDBFamilyAction"
 UCN_GameFBPassRec="tagGameFBPassRec"
 UCN_UniversalGameRec="tagUniversalGameRec"
 UCN_DBNewGuyCardState="tagDBNewGuyCardState"

--
Gitblit v1.8.0