From 959e84e715fb4a47e66c0df5c35e820d5d6bc0c3 Mon Sep 17 00:00:00 2001 From: NoName <322016+Faq@users.noreply.github.com> Date: Sun, 21 Jun 2020 13:56:41 +0300 Subject: Script/ScarletEnclave: Eye of acherus now rooted at spawn (#24725) (cherry picked from commit 51b221c8f8c77ca627ac175481758b1dbd30a22e) --- src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp index 9b9d5808e71..959f3b4737e 100644 --- a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp +++ b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp @@ -441,7 +441,7 @@ struct npc_eye_of_acherus : public ScriptedAI creature->GetCharmInfo()->InitPossessCreateSpells(); } - void JustAppeared() override + void InitializeAI() override { DoCastSelf(SPELL_ROOT_SELF); DoCastSelf(SPELL_EYE_OF_ACHERUS_VISUAL); -- cgit v1.2.3