From 8dff1b6f1c1042e7e8a3a92014fb7dbc1e8e0dd7 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 18 十一月 2024 22:20:05 +0800
Subject: [PATCH] 0312 排行榜Name2长度改为65
---
ServerPack/MapServerPack/HA3_Function/FuncOpenStateList.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ServerPack/MapServerPack/HA3_Function/FuncOpenStateList.h b/ServerPack/MapServerPack/HA3_Function/FuncOpenStateList.h
index 8f6cbb2..bda5aba 100644
--- a/ServerPack/MapServerPack/HA3_Function/FuncOpenStateList.h
+++ b/ServerPack/MapServerPack/HA3_Function/FuncOpenStateList.h
@@ -4,6 +4,7 @@
{
BYTE FuncID; // 功能ID
BYTE State; // 是否开启
+ BYTE AwardState; // 是否已领奖励
};
struct tagMCFuncOpenStateList
--
Gitblit v1.8.0