- Updated to latest PTR build 10952.

- Fixed SMSG_BATTLEFIELD_LIST packet.
This commit is contained in:
tomrus88 2009-12-02 13:26:13 +03:00
parent 90ee507cf7
commit 89da641afb
4 changed files with 8 additions and 6 deletions

View file

@ -474,7 +474,7 @@ void WorldSession::HandleQueryQuestsCompleted( WorldPacket & recv_data )
uint32 count = 0;
WorldPacket data(SMSG_QUERY_QUESTS_COMPLETED_RESPONSE, 4+4*count);
data << count;
data << uint32(count);
for(QuestStatusMap::const_iterator itr = _player->getQuestStatusMap().begin(); itr != _player->getQuestStatusMap().end(); ++itr)
{