ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DB/DBStruct.py
@@ -10,6 +10,7 @@
# @version 1.0
#
# 详细描述: CodeMaker PyGameServerSaveData.py生成
# 注: 修改表结构、增删表时需同步修改 GAMEWORLD_DATA_VERSION_NO
#
#-------------------------------------------------------------------------------
#"""Version = 2025-05-09 12:20"""
@@ -1897,3 +1898,11 @@
        else:
            self.Name2 = Str[:65]
            
#服务器世界数据表版本号
GAMEWORLD_DATA_VERSION_NO = ctypes.c_ulong (\
    sizeof(tagDBEventTrig) + sizeof(tagDBFamily) + sizeof(tagDBFamilyMem) + sizeof(tagDBFamilyAction) +
    sizeof(tagDBPlayerViewCache) + sizeof(tagDBMailPersonal) + sizeof(tagDBMailServer) + sizeof(tagDBMailItem) +
    sizeof(tagDBMailPlayerRec) + sizeof(tagDBBillboard)
    ).value