Core/PacketIO: Updated most packet structures to 9.0.1

This commit is contained in:
Shauren
2020-11-04 21:39:21 +01:00
parent 16b39a448a
commit cab4c87d2d
101 changed files with 3154 additions and 2553 deletions

View File

@@ -240,7 +240,7 @@ void WorldSession::HandleSuspendTokenResponse(WorldPackets::Movement::SuspendTok
WorldPackets::Movement::NewWorld packet;
packet.MapID = loc.GetMapId();
packet.Pos = loc;
packet.Loc.Pos = loc;
packet.Reason = !_player->IsBeingTeleportedSeamlessly() ? NEW_WORLD_NORMAL : NEW_WORLD_SEAMLESS;
SendPacket(packet.Write());