Fix typo from previous commit

This commit is contained in:
Spp
2011-12-15 16:07:06 +01:00
parent d59c5e627f
commit ee8ed0247c

View File

@@ -1926,7 +1926,7 @@ void Unit::AttackerStateUpdate (Unit* victim, WeaponAttackType attType, bool ext
CombatStart(victim);
RemoveAurasWithInterruptFlags(AURA_INTERRUPT_FLAG_MELEE_ATTACK);
if (attType != BASE_ATTACK || attType != OFF_ATTACK)
if (attType != BASE_ATTACK && attType != OFF_ATTACK)
return; // ignore ranged case
// melee attack spell casted at main hand attack only - no normal melee dmg dealt