From 22c733f71ba706d7dc1a9ca9f3466e82f15c40e9 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 22 九月 2023 16:48:46 +0800 Subject: [PATCH] 9931 【BT0.1】【主干】境界修改(修仙之路) --- ServerPack/MapServerPack/HA3_Function/BOSSAttactCnt.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPack/MapServerPack/HA3_Function/BOSSAttactCnt.h b/ServerPack/MapServerPack/HA3_Function/BOSSAttactCnt.h index d8a4026..01dcfbe 100644 --- a/ServerPack/MapServerPack/HA3_Function/BOSSAttactCnt.h +++ b/ServerPack/MapServerPack/HA3_Function/BOSSAttactCnt.h @@ -6,6 +6,7 @@ DWORD KillCnt; //击杀次数 DWORD ItemAddCnt; //物品增加次数 BYTE BuyCnt; //购买次数 + DWORD KillCntTotal; //击杀次数 - 累计 }; -- Gitblit v1.8.0