Scripts/Pet: Fix npc_pet_gen_soul_trader not following owner
Port From (https://github.com/TrinityCore/TrinityCore/commit/4e487c35a77719461d254a56ce1992af4def2da7)
This commit is contained in:
@@ -110,6 +110,8 @@ namespace Scripts.Pets
|
|||||||
Unit owner = me.GetOwner();
|
Unit owner = me.GetOwner();
|
||||||
if (owner != null)
|
if (owner != null)
|
||||||
DoCast(owner, SpellIds.EtherealOnSummon);
|
DoCast(owner, SpellIds.EtherealOnSummon);
|
||||||
|
|
||||||
|
base.JustAppeared();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user