This not needed too, correctly checked with UpdateVictim().

--HG--
branch : trunk
This commit is contained in:
Anubisss
2010-12-16 18:13:03 +01:00
parent 6d9029c12e
commit b702bd8987
@@ -1194,7 +1194,7 @@ public:
m_uiShadowBreathTimer -= uiDiff;
// Don't attack current target if he's not visible for us.
if(me->getVictim() && me->getVictim()->HasAura(57874, 0))
if (me->getVictim()->HasAura(57874, 0))
me->getThreatManager().modifyThreatPercent(me->getVictim(), -100);
DoMeleeAttackIfReady();