Scripts/Pet: Fix npc_pet_gen_soul_trader not following owner (#23772)

(cherry picked from commit 8ecc45cd1a)
This commit is contained in:
Artamedes
2019-09-06 21:14:09 -04:00
committed by Shauren
parent e3cb89c168
commit 4e487c35a7

View File

@@ -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();
}
};