From c3bcb61248ebe9a5bd0e6e92b68adabef5cf0a40 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 28 一月 2019 21:45:49 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/SnxxPyNetPack --- ServerPack/MapServerPack/HA3_Function/MagicWeaponLVInfo.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ServerPack/MapServerPack/HA3_Function/MagicWeaponLVInfo.h b/ServerPack/MapServerPack/HA3_Function/MagicWeaponLVInfo.h index 1cf9976..1dc11db 100644 --- a/ServerPack/MapServerPack/HA3_Function/MagicWeaponLVInfo.h +++ b/ServerPack/MapServerPack/HA3_Function/MagicWeaponLVInfo.h @@ -6,6 +6,8 @@ BYTE LV; DWORD Exp; BYTE State; //是否点击法宝认主 + BYTE FBPassLV; //副本关卡 + BYTE IsWear; //是否佩戴(仅适用王者法宝) }; struct tagMCMagicWeaponLVInfo -- Gitblit v1.8.0