Remove deprecated procEx usage.

This commit is contained in:
SnapperRy
2016-10-15 00:43:07 +02:00
parent 303066509d
commit 84439ff4d7

View File

@@ -2124,7 +2124,6 @@ void Unit::FakeAttackerStateUpdate(Unit* victim, WeaponAttackType attType /*= BA
damageInfo.procAttacker = PROC_FLAG_NONE;
damageInfo.procVictim = PROC_FLAG_NONE;
damageInfo.procEx = PROC_EX_NONE;
damageInfo.hitOutCome = MELEE_HIT_NORMAL;
SendAttackStateUpdate(&damageInfo);