diff options
-rw-r--r-- | src/server/game/World/World.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/World/World.cpp b/src/server/game/World/World.cpp index d845bbc9a3d..0f34fc83ffb 100644 --- a/src/server/game/World/World.cpp +++ b/src/server/game/World/World.cpp @@ -323,7 +323,7 @@ void World::AddQueuedPlayer(WorldSession* sess) packet << uint8(AUTH_WAIT_QUEUE); packet << uint32(0); // BillingTimeRemaining packet << uint8(0); // BillingPlanFlags - packet << uint32 0); // BillingTimeRested + packet << uint32(0); // BillingTimeRested packet << uint8(sess->Expansion()); // 0 - normal, 1 - TBC, 2 - WOTLK, must be set in database manually for each account packet << uint32(GetQueuePos(sess)); // Queue position packet << uint8(0); // Unk 3.3.0 |