From cd26033d396b3251a8d4aef0bd8a3b55d67d3211 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期二, 23 十月 2018 14:55:35 +0800
Subject: [PATCH] 4233 许愿池封包增加

---
 ServerPack/MapServerPack/HAA_SaleActivity/ActWishingDragResult.h     |   18 ++++++++++++++++++
 ServerPack/MapServerPack/HAA_SaleActivity/ActWishingWellPlayerInfo.h |    1 +
 ServerPack/MapServerPack/HAA_SaleActivity/ActWishingDragResult       |    0 
 ServerPack/MapServerPack/HAA_SaleActivity/ActWishingDragResult.des   |    1 +
 4 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/ServerPack/MapServerPack/HAA_SaleActivity/ActWishingDragResult b/ServerPack/MapServerPack/HAA_SaleActivity/ActWishingDragResult
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HAA_SaleActivity/ActWishingDragResult
diff --git a/ServerPack/MapServerPack/HAA_SaleActivity/ActWishingDragResult.des b/ServerPack/MapServerPack/HAA_SaleActivity/ActWishingDragResult.des
new file mode 100644
index 0000000..1374510
--- /dev/null
+++ b/ServerPack/MapServerPack/HAA_SaleActivity/ActWishingDragResult.des
@@ -0,0 +1 @@
+AA 1B 许愿池拖动结果 #tagMCActWishingDragResult
diff --git a/ServerPack/MapServerPack/HAA_SaleActivity/ActWishingDragResult.h b/ServerPack/MapServerPack/HAA_SaleActivity/ActWishingDragResult.h
new file mode 100644
index 0000000..081406f
--- /dev/null
+++ b/ServerPack/MapServerPack/HAA_SaleActivity/ActWishingDragResult.h
@@ -0,0 +1,18 @@
+// AA 1B 许愿池拖动结果 #tagMCActWishingDragResult
+
+struct    tagMCPlayerWishingDragInfo
+{
+	BYTE		WellType;		 // 库 0-可选库 1-结果库
+	BYTE		Index;		 // 索引
+	DWORD		ItemID;	// 物品ID
+	WORD		ItemCnt;	// 物品数量
+	BYTE		IsBind;	// 是否绑定
+	BYTE		IsSpecial;	// 是否极品
+};
+
+struct	 tagMCActWishingDragResult
+{
+	tagHead		Head;
+	BYTE		Cnt;		
+	tagMCPlayerWishingDragInfo		InfoList[Cnt];
+};
diff --git a/ServerPack/MapServerPack/HAA_SaleActivity/ActWishingWellPlayerInfo.h b/ServerPack/MapServerPack/HAA_SaleActivity/ActWishingWellPlayerInfo.h
index d4bf9a3..b7feccf 100644
--- a/ServerPack/MapServerPack/HAA_SaleActivity/ActWishingWellPlayerInfo.h
+++ b/ServerPack/MapServerPack/HAA_SaleActivity/ActWishingWellPlayerInfo.h
@@ -5,6 +5,7 @@
 	DWORD		ItemID;	// 物品ID
 	WORD		ItemCnt;	// 物品数量
 	BYTE		IsBind;	// 是否绑定
+	BYTE		IsSpecial;	// 是否极品
 };
 
 struct    tagMCActWishingWellPlayerInfo

--
Gitblit v1.8.0