Scripts/Shadowmoon Valley: Dragonmaw Peon

Fixes issue where NPC does not attack, even when aggro'd.
Fixes #16210
Closes #16204

(cherry picked from commit ad425f9f17)
This commit is contained in:
Saben65
2016-01-08 22:19:56 +01:00
committed by Shauren
parent 5f6da87269
commit 21371075ff

View File

@@ -560,6 +560,10 @@ public:
me->DealDamage(me, me->GetHealth(), NULL, DIRECT_DAMAGE, SPELL_SCHOOL_MASK_NORMAL, NULL, false);
} else PoisonTimer -= diff;
}
if (!UpdateVictim())
return;
DoMeleeAttackIfReady();
}
};
};