mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
SMSG_BINDPOINTUPDATE 5.4.8 (18414)
This commit is contained in:
parent
a0b59d5e0e
commit
dc1543b609
3 changed files with 7 additions and 5 deletions
|
|
@ -21690,12 +21690,13 @@ void Player::SendInitialPacketsBeforeAddToMap()
|
|||
// guild bank list wtf?
|
||||
|
||||
// Homebind
|
||||
WorldPacket data(SMSG_BINDPOINTUPDATE, 5*4);
|
||||
data << m_homebindZ;
|
||||
WorldPacket data(SMSG_BINDPOINTUPDATE, 4 + 4 + 4 + 4 + 4);
|
||||
data << m_homebindX;
|
||||
data << (uint32) m_homebindMapId;
|
||||
data << m_homebindZ;
|
||||
data << m_homebindY;
|
||||
data << (uint32) m_homebindAreaId;
|
||||
data << (uint32) m_homebindMapId;
|
||||
|
||||
GetSession()->SendPacket(&data);
|
||||
|
||||
// SMSG_SET_PROFICIENCY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue