From 81c55e79019e050463f21c054e04ff2b6644aed4 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 24 十二月 2019 19:45:48 +0800
Subject: [PATCH] 8361 【主干】首充三天领取(首充记录包增加首充天通知)
---
ServerPack/MapServerPack/HAA_SaleActivity/FirstGoldInfo.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/ServerPack/MapServerPack/HAA_SaleActivity/FirstGoldInfo.h b/ServerPack/MapServerPack/HAA_SaleActivity/FirstGoldInfo.h
index 957cb9e..c4ae601 100644
--- a/ServerPack/MapServerPack/HAA_SaleActivity/FirstGoldInfo.h
+++ b/ServerPack/MapServerPack/HAA_SaleActivity/FirstGoldInfo.h
@@ -3,6 +3,7 @@
struct tagMCFirstGoldInfo
{
tagHead Head;
- BYTE FirstGoldRewardState; //首充奖励是否已领奖
- BYTE FirstGoldTry; //首充试用状态0-不可试用 1-可试用 2-已试用
+ BYTE FirstGoldRewardState; //首充奖励领奖记录,按位记录首充第X天是否已领取,第1天为第0索引位
+ BYTE FirstGoldTry; //首充试用状态0-不可试用 1-可试用 2-已试用
+ WORD FirstGoldServerDay; //首充时是开服第几天,从1开始,0代表未记录充值
};
--
Gitblit v1.8.0