From 1b72d71d43a0fa23ee7059c44520443c0b93b307 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期二, 13 十一月 2018 14:48:13 +0800 Subject: [PATCH] 4710 【1.3】【后端】魔族法宝副本修改(新增多个小关卡) --- ServerPack/MapServerPack/HA3_Function/MagicWeaponLVInfo.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPack/MapServerPack/HA3_Function/MagicWeaponLVInfo.h b/ServerPack/MapServerPack/HA3_Function/MagicWeaponLVInfo.h index 1cf9976..2f20f4c 100644 --- a/ServerPack/MapServerPack/HA3_Function/MagicWeaponLVInfo.h +++ b/ServerPack/MapServerPack/HA3_Function/MagicWeaponLVInfo.h @@ -6,6 +6,7 @@ BYTE LV; DWORD Exp; BYTE State; //是否点击法宝认主 + BYTE FBPassLV; //副本关卡 }; struct tagMCMagicWeaponLVInfo -- Gitblit v1.8.0