diff options
author | Ovahlord <Ovahlord@users.noreply.github.com> | 2018-06-11 20:24:08 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2018-06-11 20:24:08 +0200 |
commit | a6f91c9b81baf68ce246ff8bdce1a3a2c340cc02 (patch) | |
tree | de21969de4843c3f96be32d16d8593efa903b48a /src/server/scripts | |
parent | 36ff7668823f56d81e422c4baeca43b8a32ba810 (diff) |
Npc/Script: fixed Eye of Acherus action bar
Closes #18362
Diffstat (limited to 'src/server/scripts')
-rw-r--r-- | src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp index 660ce19ac26..9c1ff991279 100644 --- a/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp +++ b/src/server/scripts/EasternKingdoms/ScarletEnclave/chapter1.cpp @@ -372,7 +372,10 @@ class npc_eye_of_acherus : public CreatureScript { me->SetDisplayId(me->GetCreatureTemplate()->Modelid1); if (Player* owner = me->GetCharmerOrOwner()->ToPlayer()) + { + me->GetCharmInfo()->InitPossessCreateSpells(); owner->SendAutoRepeatCancel(me); + } me->SetReactState(REACT_PASSIVE); |