From 644d78abfe16d648c4e2d1c29343e623644b8917 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 04 六月 2024 18:02:06 +0800 Subject: [PATCH] 10173 【主干】【香港】【越南】BOSS凭证(新增任务活动) --- 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