diff options
author | NoName <322016+Faq@users.noreply.github.com> | 2020-06-21 13:56:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-21 12:56:41 +0200 |
commit | 51b221c8f8c77ca627ac175481758b1dbd30a22e (patch) | |
tree | db2bb0da50da94e174d93ace023ed68ecbe918a7 /src | |
parent | a555bf1fd786d1f9b65ed9673ce6f8fc8a2b403e (diff) |
Script/ScarletEnclave: Eye of acherus now rooted at spawn (#24725)
Diffstat (limited to 'src')
-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 38d328892b5..af4566c92bf 100644 --- a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp +++ b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp @@ -435,7 +435,7 @@ struct npc_eye_of_acherus : public ScriptedAI creature->SetReactState(REACT_PASSIVE); } - void JustAppeared() override + void InitializeAI() override { DoCastSelf(SPELL_ROOT_SELF); DoCastSelf(SPELL_EYE_OF_ACHERUS_VISUAL); |