From 74a2aa876e323fa6b77e080c1ce4c7bbaff93474 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期六, 28 九月 2024 15:25:39 +0800 Subject: [PATCH] 10253 【越南】【砍树】【英文】聚魂 和 古宝获得物品展示(支持多选) --- ServerPack/MapServerPack/HA3_Function/BOSSAttactCnt.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ServerPack/MapServerPack/HA3_Function/BOSSAttactCnt.h b/ServerPack/MapServerPack/HA3_Function/BOSSAttactCnt.h index 30bccf0..01dcfbe 100644 --- a/ServerPack/MapServerPack/HA3_Function/BOSSAttactCnt.h +++ b/ServerPack/MapServerPack/HA3_Function/BOSSAttactCnt.h @@ -5,6 +5,8 @@ BYTE BossType; //编号类型0-世界boss 1-boss之家 DWORD KillCnt; //击杀次数 DWORD ItemAddCnt; //物品增加次数 + BYTE BuyCnt; //购买次数 + DWORD KillCntTotal; //击杀次数 - 累计 }; -- Gitblit v1.8.0