From fdebf36f0d9201c6a6949a08cdfeebb718c25ce2 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 23 五月 2025 19:35:53 +0800 Subject: [PATCH] 16 卡牌服务端(聊天、广播、通用记录、查看玩家;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyMongoDB/Collections/CollectionDefine.py | 2 +- 1 files changed, 1 insertions(+), 1 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 886a20c..30ab5fd 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 @@ -5,6 +5,7 @@ #------------------------------------------------------------------------------- # #卡牌服务器表 +UCN_DBGameRec="tagDBGameRec" UCN_DBFamilyAction="tagDBFamilyAction" UCN_DBFamilyMem="tagDBFamilyMem" UCN_DBFamily="tagDBFamily" @@ -18,7 +19,6 @@ #MMO旧表 UCN_DBPlayerPackData="tagDBPlayerPackData" -UCN_DBGameRec="tagDBGameRec" UCN_DBPyFuncTeam="tagDBPyFuncTeam" UCN_DBPyFuncTeamMem="tagDBPyFuncTeamMem" UCN_DBPlayerRecData="tagDBPlayerRecData" -- Gitblit v1.8.0