mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
- Updated to latest PTR build 10952.
- Fixed SMSG_BATTLEFIELD_LIST packet.
This commit is contained in:
parent
90ee507cf7
commit
89da641afb
4 changed files with 8 additions and 6 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue