mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Scripts/BWD: stop Chimaeron's movement when casting Feud to prevent his channeling is getting interrupted
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user