mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 23:26:37 +01:00
Scripts/ScarletEnclave: fixed Eye of Acherus action bar
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user