From 7f797523e26239025d7495bc20ff1e2cea2edfd9 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 13 九月 2024 16:22:15 +0800
Subject: [PATCH] 10261 【越南】【砍树】【英文】仙盟徽章增加定制仙盟ID支持; 增加聊天气泡,聊天表情;

---
 ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState.h |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState.h b/ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState.h
index aa477eb..eee537e 100644
--- a/ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState.h
+++ b/ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState.h
@@ -1,8 +1,16 @@
 // A7 17 聊天气泡框状态 #tagMCChatBubbleBoxState
 
-struct    tagMCChatBubbleBoxState
+struct	tagMCChatBubbleBox
+{
+	BYTE		BoxID;		//气泡ID
+	BYTE		State;		//是否已激活
+	DWORD		EndTime;		//到期时间戳,0为永久
+	BYTE		Star;		//星级
+};
 
+struct    tagMCChatBubbleBoxState
 {
 	tagHead		 Head;
-	DWORD		BoxState;	// 按二进制位存储代表是否已开启,暂支持31位,以后有需要再加
+	BYTE		Count;
+	tagMCChatBubbleBox	BoxList[Count];
 };

--
Gitblit v1.8.0