mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/PacketIO: Updated to 11.0.0
This commit is contained in:
@@ -265,6 +265,7 @@ void WorldSession::HandleSuspendTokenResponse(WorldPackets::Movement::SuspendTok
|
||||
packet.MapID = loc.Location.GetMapId();
|
||||
packet.Loc.Pos = loc.Location;
|
||||
packet.Reason = !_player->IsBeingTeleportedSeamlessly() ? NEW_WORLD_NORMAL : NEW_WORLD_SEAMLESS;
|
||||
packet.Counter = _player->GetNewWorldCounter();
|
||||
SendPacket(packet.Write());
|
||||
|
||||
if (_player->IsBeingTeleportedSeamlessly())
|
||||
|
||||
Reference in New Issue
Block a user