diff options
| author | NoName <322016+Faq@users.noreply.github.com> | 2020-06-21 13:56:41 +0300 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-01-06 23:31:12 +0100 |
| commit | 959e84e715fb4a47e66c0df5c35e820d5d6bc0c3 (patch) | |
| tree | 0495b158bb15de892d5092cb0303f6e5c1398477 | |
| parent | 71ce61cc951c5795b02f11212a392987d4ba0af1 (diff) | |
Script/ScarletEnclave: Eye of acherus now rooted at spawn (#24725)
(cherry picked from commit 51b221c8f8c77ca627ac175481758b1dbd30a22e)
| -rw-r--r-- | src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
