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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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