Core/Worldpacket: Correct size of SMSG_AUTH_RESPONSE (thanks to Ramus for orig patch, and svetilo for notification)

--HG--
branch : trunk
This commit is contained in:
click
2010-09-03 22:14:42 +02:00
parent 8f1d660a4b
commit d4e2fdad78

View File

@@ -333,7 +333,7 @@ void World::AddQueuedPlayer(WorldSession* sess)
m_QueuedPlayer.push_back(sess);
// The 1st SMSG_AUTH_RESPONSE needs to contain other info too.
WorldPacket packet(SMSG_AUTH_RESPONSE, 1+4+1+4+1);
WorldPacket packet(SMSG_AUTH_RESPONSE, 1+4+1+4+1+4+1);
packet << uint8(AUTH_WAIT_QUEUE);
packet << uint32(0); // BillingTimeRemaining
packet << uint8(0); // BillingPlanFlags