fix(Scripts/HellfireRamparts): Omor the Unscarred shouldn't move (#14751)

This commit is contained in:
Skjalf
2023-02-12 20:58:32 -03:00
committed by GitHub
parent 35e993edc7
commit 2da4f1ab05

View File

@@ -55,6 +55,7 @@ public:
{
boss_omor_the_unscarredAI(Creature* creature) : BossAI(creature, DATA_OMOR_THE_UNSCARRED)
{
SetCombatMovement(false);
}
void Reset() override