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 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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