Scripts/BWD: stop Chimaeron's movement when casting Feud to prevent his channeling is getting interrupted

This commit is contained in:
Ovahlord
2019-08-10 22:10:31 +02:00
parent ae836aad33
commit cdad0e3920

View File

@@ -277,6 +277,7 @@ struct boss_chimaeron : public BossAI
if (finkle->IsAIEnabled)
finkle->AI()->Talk(SAY_BILE_O_TRON_KNOCKED_OUT, me);
me->StopMoving();
DoCastSelf(SPELL_FEUD);
_knockOutChance = 40;
}