From 637f0ea43cc8b16d9fce6bf33d90b8f407f85d49 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 23 四月 2021 18:37:55 +0800
Subject: [PATCH] 8901 【BT2】【后端】全服红包(修改红包系统相关封包)

---
 ServerPack/MapServerPack/HA5_Family/FamilyRedPacketGoldLimit.h |    1 +
 ClientPack/ClientToMapServer/CA6_Family/SendFamilyRedPacket.h  |    1 +
 ServerPack/GameServerPack/HA4_Family/FamilyRedPacketInfo.h     |    2 +-
 3 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ClientPack/ClientToMapServer/CA6_Family/SendFamilyRedPacket.h b/ClientPack/ClientToMapServer/CA6_Family/SendFamilyRedPacket.h
index 5c63307..cfbec3b 100644
--- a/ClientPack/ClientToMapServer/CA6_Family/SendFamilyRedPacket.h
+++ b/ClientPack/ClientToMapServer/CA6_Family/SendFamilyRedPacket.h
@@ -7,4 +7,5 @@
 	WORD		PacketCnt;	// 红包数量
 	WORD		MoneyNum;	//金钱数量
 	char		Wish[33];		//祝福语
+	BYTE		IsAnonymous;	//是否匿名
 };
diff --git a/ServerPack/GameServerPack/HA4_Family/FamilyRedPacketInfo.h b/ServerPack/GameServerPack/HA4_Family/FamilyRedPacketInfo.h
index e0281f9..a4e3bdb 100644
--- a/ServerPack/GameServerPack/HA4_Family/FamilyRedPacketInfo.h
+++ b/ServerPack/GameServerPack/HA4_Family/FamilyRedPacketInfo.h
@@ -14,7 +14,7 @@
 	BYTE		PacketCnt;		//可抢个数
 	BYTE		State;			//0未发,1未领取,2已领取,3全部领完
 	char		Wish[33];		//祝福语
-
+	BYTE		IsAnonymous;	//是否匿名
 };
 
 struct	tagGCFamilyRedPacketInfo
diff --git a/ServerPack/MapServerPack/HA5_Family/FamilyRedPacketGoldLimit.h b/ServerPack/MapServerPack/HA5_Family/FamilyRedPacketGoldLimit.h
index 54a9fc3..82af3d4 100644
--- a/ServerPack/MapServerPack/HA5_Family/FamilyRedPacketGoldLimit.h
+++ b/ServerPack/MapServerPack/HA5_Family/FamilyRedPacketGoldLimit.h
@@ -4,4 +4,5 @@
 {
 	tagHead		Head;
 	DWORD		HasSendGold;	// 已用额度
+	DWORD		ServerGrabCnt;	// 全服红包已抢次数
 };

--
Gitblit v1.8.0