mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Typo (It´s not like you can compile anyways)
--HG-- branch : trunk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user