mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/Pet: Fix npc_pet_gen_soul_trader not following owner (#23772)
(cherry picked from commit 8ecc45cd1a)
This commit is contained in:
@@ -344,6 +344,8 @@ struct npc_pet_gen_soul_trader : public ScriptedAI
|
||||
Talk(SAY_SOUL_TRADER_INTRO);
|
||||
if (Unit* owner = me->GetOwner())
|
||||
DoCast(owner, SPELL_ETHEREAL_ONSUMMON);
|
||||
|
||||
CreatureAI::JustAppeared();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user