From de55e89b8004896e736da4f8d63a8f974d9fc298 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 20 八月 2018 20:12:31 +0800
Subject: [PATCH] fix:挂机表

---
 PyNetPack/ServerPack/MapServerPack/HA3_Function/MWPrivilegeDataInfo.h |    1 +
 1 files changed, 1 insertions(+), 0 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;		//物品奖励是否已领取

--
Gitblit v1.8.0