From fe31f8512581b71744ad480d597d08b9c422bfb9 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期日, 30 十二月 2018 10:36:09 +0800
Subject: [PATCH] A7 05 查询玩家详细信息结果#tagSCQueryPlayerCacheResult(增加是否跨服玩家标记)
---
ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState.h b/ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState.h
index 484846c..aa477eb 100644
--- a/ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState.h
+++ b/ServerPack/MapServerPack/HA7_Interaction/ChatBubbleBoxState.h
@@ -4,6 +4,5 @@
{
tagHead Head;
- BYTE UseBoxID; // 当前使用的气泡框ID
DWORD BoxState; // 按二进制位存储代表是否已开启,暂支持31位,以后有需要再加
};
--
Gitblit v1.8.0