From 0957c665f046bee67819b7f4e223dd19baad9da4 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 28 十一月 2025 18:16:28 +0800
Subject: [PATCH] 16 卡牌服务端(数据备档、入库时间调整;每日3点6分入库,每30分钟备档;)

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyGameData.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyGameData.py
index 2247e69..30ce84f 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyGameData.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyGameData.py
@@ -19,7 +19,7 @@
 g_lastRTBTime = 0 # 上一次备档时间戳
 g_initGameTime = 0 # 开始初始化服务器时间戳
 g_serverInitOK = False # 服务器是否启动成功
-g_highProcessTick = 0 # 每秒触发一次,上次Tick
+g_highProcessTime = 0 # 每秒触发一次,上次Time
 g_minuteProcess = -1 # 每分钟触发一次,上次处理的分钟
 g_serverClosing = 0 # 是否关服中 0-非关服中;1-关服中;2-关服结束
 g_closeSaveDataOK = False # 关服数据入库是否成功

--
Gitblit v1.8.0