Core/PacketIO: Enabled another bunch of opcodes and made some misc fixes here and there

This commit is contained in:
Subv
2012-08-05 21:52:36 -05:00
parent efded87d7e
commit 8b8fa24fec
10 changed files with 139 additions and 101 deletions

View File

@@ -407,7 +407,6 @@ void WorldSession::HandleQuestPOIQuery(WorldPacket& recvData)
{
uint32 count;
recvData >> count; // quest count, max=25
// 4.3 struct: count, byte, byte, byte, questIds[]
if (count >= MAX_QUEST_LOG_SIZE)
{