From 0f3856ab9215a35a482295e51be5f6ca6187abab Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 10 十一月 2023 17:20:55 +0800
Subject: [PATCH] 9756 【BT8】【后端】结婚无限吃喜糖修改(增加可配置每日吃喜糖次数上限)
---
ServerPack/MapServerPack/HB3_PlayerSocial/LoveInfo | 0
ServerPack/MapServerPack/HB3_PlayerSocial/LoveInfo.h | 7 +++++++
ServerPack/MapServerPack/HB3_PlayerSocial/LoveInfo.des | 1 +
3 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/ServerPack/MapServerPack/HB3_PlayerSocial/LoveInfo b/ServerPack/MapServerPack/HB3_PlayerSocial/LoveInfo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HB3_PlayerSocial/LoveInfo
diff --git a/ServerPack/MapServerPack/HB3_PlayerSocial/LoveInfo.des b/ServerPack/MapServerPack/HB3_PlayerSocial/LoveInfo.des
new file mode 100644
index 0000000..9fbb627
--- /dev/null
+++ b/ServerPack/MapServerPack/HB3_PlayerSocial/LoveInfo.des
@@ -0,0 +1 @@
+B3 30 情缘相关信息 #tagMCLoveInfo
diff --git a/ServerPack/MapServerPack/HB3_PlayerSocial/LoveInfo.h b/ServerPack/MapServerPack/HB3_PlayerSocial/LoveInfo.h
new file mode 100644
index 0000000..a63c7d2
--- /dev/null
+++ b/ServerPack/MapServerPack/HB3_PlayerSocial/LoveInfo.h
@@ -0,0 +1,7 @@
+// B3 30 情缘相关信息 #tagMCLoveInfo
+
+struct tagMCLoveInfo
+{
+ tagHead Head;
+ DWORD EatCandyToday; // 今日已吃喜糖次数,包含免费及付费的所有次数
+};
--
Gitblit v1.8.0