From 0791dc337078c8303d8674c9c4b986086932ed59 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 22 二月 2019 18:09:20 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/SnxxPyNetPack

---
 ServerPack/MapServerPack/HA8_Item/MysticalShopInfo.des               |    1 +
 ClientPack/ClientToMapServer/CA2_Interaction/RefreshMysticalShop     |    0 
 ClientPack/ClientToMapServer/CA2_Interaction/RefreshMysticalShop.h   |    5 +++++
 ServerPack/MapServerPack/HA8_Item/MysticalShopInfo.h                 |   13 +++++++++++++
 ClientPack/ClientToMapServer/CA2_Interaction/RefreshMysticalShop.des |    1 +
 ServerPack/MapServerPack/HA8_Item/MysticalShopInfo                   |    0 
 6 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/ClientPack/ClientToMapServer/CA2_Interaction/RefreshMysticalShop b/ClientPack/ClientToMapServer/CA2_Interaction/RefreshMysticalShop
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CA2_Interaction/RefreshMysticalShop
diff --git a/ClientPack/ClientToMapServer/CA2_Interaction/RefreshMysticalShop.des b/ClientPack/ClientToMapServer/CA2_Interaction/RefreshMysticalShop.des
new file mode 100644
index 0000000..b81b089
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CA2_Interaction/RefreshMysticalShop.des
@@ -0,0 +1 @@
+A2 32 神秘商店刷新 #tagCMRefreshMysticalShop
diff --git a/ClientPack/ClientToMapServer/CA2_Interaction/RefreshMysticalShop.h b/ClientPack/ClientToMapServer/CA2_Interaction/RefreshMysticalShop.h
new file mode 100644
index 0000000..67f81fa
--- /dev/null
+++ b/ClientPack/ClientToMapServer/CA2_Interaction/RefreshMysticalShop.h
@@ -0,0 +1,5 @@
+// A2 32 神秘商店刷新 #tagCMRefreshMysticalShop
+struct	tagCMRefreshMysticalShop
+{
+	tagHead		Head;
+};
diff --git a/ServerPack/MapServerPack/HA8_Item/MysticalShopInfo b/ServerPack/MapServerPack/HA8_Item/MysticalShopInfo
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/ServerPack/MapServerPack/HA8_Item/MysticalShopInfo
diff --git a/ServerPack/MapServerPack/HA8_Item/MysticalShopInfo.des b/ServerPack/MapServerPack/HA8_Item/MysticalShopInfo.des
new file mode 100644
index 0000000..9717d15
--- /dev/null
+++ b/ServerPack/MapServerPack/HA8_Item/MysticalShopInfo.des
@@ -0,0 +1 @@
+A8 16 神秘商店商品信息 #tagMCMysticalShopInfo
diff --git a/ServerPack/MapServerPack/HA8_Item/MysticalShopInfo.h b/ServerPack/MapServerPack/HA8_Item/MysticalShopInfo.h
new file mode 100644
index 0000000..b7752f3
--- /dev/null
+++ b/ServerPack/MapServerPack/HA8_Item/MysticalShopInfo.h
@@ -0,0 +1,13 @@
+// A8 16 神秘商店商品信息 #tagMCMysticalShopInfo
+struct    tagMCMysticalShopGoods
+{
+	DWORD		GoodsID;	// 商品ID
+};
+
+struct    tagMCMysticalShopInfo
+{
+	tagHead		Head;
+	WORD		RefreshCnt;	// 刷新次数
+	BYTE		Count;	// 商品数
+	tagMCMysticalShopGoods		GoodsList[Count];	// 商品信息
+};

--
Gitblit v1.8.0