From 7fc3d3d85a5ae32e7ffa00fb1f0893e50f39922e Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 20 八月 2018 16:40:04 +0800 Subject: [PATCH] Add: 1886 【后端】神兽功能及神兽装备相关;2615 【后端】神兽——强化功能; --- PyNetPack/ServerPack/MapServerPack/HA3_Function/RecoverNum.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/PyNetPack/ServerPack/MapServerPack/HA3_Function/RecoverNum.h b/PyNetPack/ServerPack/MapServerPack/HA3_Function/RecoverNum.h index 91a99fd..50c4053 100644 --- a/PyNetPack/ServerPack/MapServerPack/HA3_Function/RecoverNum.h +++ b/PyNetPack/ServerPack/MapServerPack/HA3_Function/RecoverNum.h @@ -5,7 +5,8 @@ BYTE Index; // 找回项索引 BYTE RecoverCnt; // 可找回次数 BYTE ExtraCnt; // VIP额外次数 - BYTE ExtraData; // 额外参数 + BYTE ExtraData; // 额外参数1 + BYTE ExtraData2; // 额外参数2 }; struct tagMCRecoverNum -- Gitblit v1.8.0