From d0ee1670491180d742cf9d07ad229db7cbe16220 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期四, 09 五月 2019 11:34:00 +0800
Subject: [PATCH] 6705 【后端】【2.0】天星塔功能(封包)
---
/dev/null | 7 -------
ServerPack/MapServerPack/HB2_ActionMap/SkyTowerInfo | 0
ServerPack/MapServerPack/HB2_ActionMap/SkyTowerInfo.h | 6 ++++++
ServerPack/MapServerPack/HB2_ActionMap/SkyTowerInfo.des | 2 ++
4 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/ServerPack/MapServerPack/HB2_ActionMap/ZhuXianTowerInfo b/ServerPack/MapServerPack/HB2_ActionMap/SkyTowerInfo
similarity index 100%
rename from ServerPack/MapServerPack/HB2_ActionMap/ZhuXianTowerInfo
rename to ServerPack/MapServerPack/HB2_ActionMap/SkyTowerInfo
diff --git a/ServerPack/MapServerPack/HB2_ActionMap/SkyTowerInfo.des b/ServerPack/MapServerPack/HB2_ActionMap/SkyTowerInfo.des
new file mode 100644
index 0000000..cae45c8
--- /dev/null
+++ b/ServerPack/MapServerPack/HB2_ActionMap/SkyTowerInfo.des
@@ -0,0 +1,2 @@
+B2 13 天星塔通关层数 #tagMCSkyTowerInfo
+
diff --git a/ServerPack/MapServerPack/HB2_ActionMap/SkyTowerInfo.h b/ServerPack/MapServerPack/HB2_ActionMap/SkyTowerInfo.h
new file mode 100644
index 0000000..4524ac0
--- /dev/null
+++ b/ServerPack/MapServerPack/HB2_ActionMap/SkyTowerInfo.h
@@ -0,0 +1,6 @@
+// B2 13 天星塔通关层数 #tagMCSkyTowerInfo
+struct tagMCSkyTowerInfo
+{
+ tagHead Head;
+ DWORD Floor; // 已通关层
+};
diff --git a/ServerPack/MapServerPack/HB2_ActionMap/ZhuXianTowerInfo.des b/ServerPack/MapServerPack/HB2_ActionMap/ZhuXianTowerInfo.des
deleted file mode 100644
index 1cf118e..0000000
--- a/ServerPack/MapServerPack/HB2_ActionMap/ZhuXianTowerInfo.des
+++ /dev/null
@@ -1 +0,0 @@
-B2 13 诛仙塔通关层数 #tagMCZhuXianTowerInfo
diff --git a/ServerPack/MapServerPack/HB2_ActionMap/ZhuXianTowerInfo.h b/ServerPack/MapServerPack/HB2_ActionMap/ZhuXianTowerInfo.h
deleted file mode 100644
index a338fdc..0000000
--- a/ServerPack/MapServerPack/HB2_ActionMap/ZhuXianTowerInfo.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// B2 13 诛仙塔通关层数 #tagMCZhuXianTowerInfo
-struct tagMCZhuXianTowerInfo
-{
- tagHead Head;
- DWORD Floor; // 已通关层
- DWORD LastFloor; // 上次挑战层
-};
--
Gitblit v1.8.0