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

This commit is contained in:
Artamedes
2019-09-06 21:14:09 -04:00
committed by Keader
parent 88e74ac385
commit 8ecc45cd1a

View File

@@ -343,6 +343,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();
}
};