Core/Spells: and another mistake from the misdirection fix >.>

This commit is contained in:
kandera
2012-03-26 15:15:06 -03:00
parent 8d7f184ee6
commit 613d5368a5
+1 -1
View File
@@ -573,7 +573,7 @@ class spell_hun_misdirection : public SpellScriptLoader
void OnRemove(AuraEffect const* /*aurEff*/, AuraEffectHandleModes /*mode*/)
{
if (Unit* caster = GetCaster())
if (GetDuration())
if (!GetDuration())
caster->SetReducedThreatPercent(0, 0);
}