mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
Cleanup
This commit is contained in:
parent
e69e5d8336
commit
dcb39d1512
9 changed files with 94 additions and 164 deletions
|
|
@ -17537,6 +17537,10 @@ void Player::SendInitialPacketsBeforeAddToMap()
|
|||
|
||||
void Player::SendInitialPacketsAfterAddToMap()
|
||||
{
|
||||
WorldPacket data(SMSG_TIME_SYNC_REQ, 4); // new 2.0.x, enable movement
|
||||
data << uint32(0x00000000); // on blizz it increments periodically
|
||||
GetSession()->SendPacket(&data);
|
||||
|
||||
CastSpell(this, 836, true); // LOGINEFFECT
|
||||
|
||||
// set some aura effects that send packet to player client after add player to map
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue