From 5d2c941bb636d7725df79f71f03afb2375bb2db8 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 11 二月 2020 16:00:22 +0800
Subject: [PATCH] 8374 【后端】【主干】通知客户端攻击封包增加专精技能(B401增加专精技能通知)

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

diff --git a/ServerPack/MapServerPack/HB4_FightDefine/tagMCSkillHurtList.h b/ServerPack/MapServerPack/HB4_FightDefine/tagMCSkillHurtList.h
index 11cbd8b..3e85b5a 100644
--- a/ServerPack/MapServerPack/HB4_FightDefine/tagMCSkillHurtList.h
+++ b/ServerPack/MapServerPack/HB4_FightDefine/tagMCSkillHurtList.h
@@ -20,5 +20,6 @@
 	WORD		PosY;
 	WORD		HurtCount;		//伤害数目
 	tagSkillPosHurtObj		HurtList[HurtCount];		//size = HurtCount
+	WORD		SkillElementID;		//专精技能ID
 };
 

--
Gitblit v1.8.0