From 4ead2a8d46cb51b2bdf0fe3702b52c9bde5f5651 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 21 一月 2026 17:49:22 +0800
Subject: [PATCH] 412 【挑战】定军阁-服务端(增加定军阁基金8;)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DB/StructData/DBGameRec.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DB/StructData/DBGameRec.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DB/StructData/DBGameRec.py
index 9e5e0d5..86d6656 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DB/StructData/DBGameRec.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DB/StructData/DBGameRec.py
@@ -109,7 +109,7 @@
         '''
         dataToJson = True
         # 默认使用 dataToJson,如果不需要的可根据 RecType 在这里处理
-        if dbData.RecType in []:
+        if dbData.RecType in ShareDefine.UserDataNOJsonRecTypeList:
             dataToJson = False
         recData = GameRecData(dbData, dataToJson)
         self.__dataList.append(recData)

--
Gitblit v1.8.0