From e5b44b75431dba0e6a96476ff1895cf702b72ea2 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 02 七月 2024 16:22:18 +0800
Subject: [PATCH] 10192 【越南】【主干】【港台】【砍树】上线增加膜拜主动推送(增加膜拜功能,目前支持跨服排位赛名次及服务器冠名膜拜;增加GameServer玩家记录表;玩家缓存增加记录佩戴称号ID)

---
 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