From fbef70bcd2db29899e26286081d4e28cded1f197 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 07 十二月 2023 14:28:39 +0800 Subject: [PATCH] 10019 【砍树】回合战斗(玩家缓存同步地图) --- ServerPack/GameServerPack/HA0_Sys/ServerDateTime.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPack/GameServerPack/HA0_Sys/ServerDateTime.h b/ServerPack/GameServerPack/HA0_Sys/ServerDateTime.h index acc44ce..ddca81a 100644 --- a/ServerPack/GameServerPack/HA0_Sys/ServerDateTime.h +++ b/ServerPack/GameServerPack/HA0_Sys/ServerDateTime.h @@ -11,4 +11,5 @@ BYTE Minute; BYTE Second; DWORD MicSecond; + char CrossServerTime[19]; }; -- Gitblit v1.8.0