From d7340c6378a92c5f694f43acce0182b4198ba556 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 26 一月 2026 16:17:03 +0800
Subject: [PATCH] 423 【内政】命格系统-服务端(命格随机等级范围上限+1)

---
 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