Core/Player: Added SendPlayerBound method
Port From (https://github.com/TrinityCore/TrinityCore/commit/94aca04c3b1e9123541a75485dbae0d4265b18ef)
This commit is contained in:
@@ -5159,8 +5159,7 @@ namespace Game.Spells
|
||||
Log.outDebug(LogFilter.Spells, "EffectBind: New homebind MapId: {0}, AreaId: {1}, {2}, ", homeLoc.GetMapId(), areaId, homeLoc);
|
||||
|
||||
// zone update
|
||||
PlayerBound packet = new(m_caster.GetGUID(), areaId);
|
||||
player.SendPacket(packet);
|
||||
player.SendPlayerBound(m_caster.GetGUID(), areaId);
|
||||
}
|
||||
|
||||
[SpellEffectHandler(SpellEffectName.TeleportToReturnPoint)]
|
||||
|
||||
Reference in New Issue
Block a user