From 0b129b00d42a27664799eb42929949cc0f3887b4 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 22 八月 2019 16:29:27 +0800
Subject: [PATCH] 8240 【主干】【后端】优化仙界盛典(AA 14 仙界盛典充值大礼增加烟花相关信息)

---
 ServerPack/MapServerPack/HA3_Function/BOSSAttactCnt.h |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ServerPack/MapServerPack/HA3_Function/BOSSAttactCnt.h b/ServerPack/MapServerPack/HA3_Function/BOSSAttactCnt.h
index 4d96e15..d8a4026 100644
--- a/ServerPack/MapServerPack/HA3_Function/BOSSAttactCnt.h
+++ b/ServerPack/MapServerPack/HA3_Function/BOSSAttactCnt.h
@@ -3,8 +3,9 @@
 struct    tagMCBossCntInfo
 {
 	BYTE		BossType;	//编号类型0-世界boss 1-boss之家
-	BYTE		KillCnt;		//击杀次数
-	BYTE		ItemAddCnt;	//物品增加次数
+	DWORD		KillCnt;		//击杀次数
+	DWORD		ItemAddCnt;	//物品增加次数
+	BYTE		BuyCnt;		//购买次数
 };
 
 

--
Gitblit v1.8.0