From c61e4e0d4e26a24bfee2d18e81d285a7ebde4cc7 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 28 八月 2018 10:38:45 +0800
Subject: [PATCH] Fix:A7 15 通知仙盟抢Boss伤血信息 #tagMCFamilyBossHurtList,增加Inittick

---
 ServerPack/MapServerPack/HA7_Interaction/FamilyBossHurtList.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ServerPack/MapServerPack/HA7_Interaction/FamilyBossHurtList.h b/ServerPack/MapServerPack/HA7_Interaction/FamilyBossHurtList.h
index 8f78b9b..e67b19f 100644
--- a/ServerPack/MapServerPack/HA7_Interaction/FamilyBossHurtList.h
+++ b/ServerPack/MapServerPack/HA7_Interaction/FamilyBossHurtList.h
@@ -9,6 +9,7 @@
 	char		HurtName[NameLen];
 	DWORD		HurtValue;	// 累计伤血,求余1亿的值
 	DWORD		HurtValueEx;	// 累计伤血,整除1亿的值
+	DWORD		InitTick;		// 伤血初始tick,用于排序,先按伤血倒序排,再按tick正序排
 };
 
 

--
Gitblit v1.8.0