Scripts/ScarletEnclave: fixed Eye of Acherus action bar

This commit is contained in:
Ovahlord
2018-06-11 15:49:09 +02:00
parent e6e02d4150
commit 107679d23d
2 changed files with 4 additions and 0 deletions

View File

@@ -376,7 +376,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);