From 4712cafa483e9ea4c301852bcbeea7b9e832854a Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期四, 16 八月 2018 17:22:16 +0800
Subject: [PATCH] fix:法宝封包
---
/dev/null | 8 --------
PyNetPack/ServerPack/MapServerPack/HA3_Function/MWPrivilegeDataInfo.h | 1 +
2 files changed, 1 insertions(+), 8 deletions(-)
diff --git a/PyNetPack/ServerPack/MapServerPack/HA3_Function/MWPrivilegeDataInfo.h b/PyNetPack/ServerPack/MapServerPack/HA3_Function/MWPrivilegeDataInfo.h
index 4d3aef1..e1a3211 100644
--- a/PyNetPack/ServerPack/MapServerPack/HA3_Function/MWPrivilegeDataInfo.h
+++ b/PyNetPack/ServerPack/MapServerPack/HA3_Function/MWPrivilegeDataInfo.h
@@ -3,6 +3,7 @@
struct tagMCMWPrivilegeData
{
DWORD PriID; // 特权ID
+ BYTE State; //激活状态
DWORD CurValue; //当前总进度
DWORD GotValue; //已领取进度
BYTE ItemAwardState; //物品奖励是否已领取
diff --git a/PyNetPack/ServerPack/MapServerPack/HA3_Function/MWSoulState b/PyNetPack/ServerPack/MapServerPack/HA3_Function/MWSoulState
deleted file mode 100644
index e69de29..0000000
--- a/PyNetPack/ServerPack/MapServerPack/HA3_Function/MWSoulState
+++ /dev/null
diff --git a/PyNetPack/ServerPack/MapServerPack/HA3_Function/MWSoulState.des b/PyNetPack/ServerPack/MapServerPack/HA3_Function/MWSoulState.des
deleted file mode 100644
index d734d6b..0000000
--- a/PyNetPack/ServerPack/MapServerPack/HA3_Function/MWSoulState.des
+++ /dev/null
@@ -1 +0,0 @@
-A3 0E 通知法宝之魂激活状态 #tagMCMWSoulState
diff --git a/PyNetPack/ServerPack/MapServerPack/HA3_Function/MWSoulState.h b/PyNetPack/ServerPack/MapServerPack/HA3_Function/MWSoulState.h
deleted file mode 100644
index 8fe165b..0000000
--- a/PyNetPack/ServerPack/MapServerPack/HA3_Function/MWSoulState.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// A3 0E 通知法宝之魂激活状态 #tagMCMWSoulState
-
-struct tagMCMWSoulState
-
-{
- tagHead Head;
- DWORD State; //激活状态
-};
--
Gitblit v1.8.0