Skip to content

Commit

Permalink
[12593] Fix showing skirmish or rated arena queue icon
Browse files Browse the repository at this point in the history
Initial patch by Machiavelli

Close #132

Signed-off-by: stfx <stfx@hotmail.de>
  • Loading branch information
LilleCarl authored and DomGries committed Jan 8, 2014
1 parent fc8ade3 commit 0db5365
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/game/BattleGround/BattleGroundHandler.cpp
Expand Up @@ -756,6 +756,9 @@ void WorldSession::HandleBattlemasterJoinArena(WorldPacket& recv_data)
if (isRated)
DEBUG_LOG("Battleground: arena team id %u, leader %s queued with rating %u for type %u", _player->GetArenaTeamId(arenaslot), _player->GetName(), arenaRating, arenatype);

// set arena rated type to show correct minimap arena icon
bg->SetRated(isRated);

GroupQueueInfo* ginfo = bgQueue.AddGroup(_player, grp, bgTypeId, bracketEntry, arenatype, isRated, false, arenaRating, ateamId);
avgTime = bgQueue.GetAverageQueueWaitTime(ginfo, bracketEntry->GetBracketId());
}
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12592"
#define REVISION_NR "12593"
#endif // __REVISION_NR_H__

0 comments on commit 0db5365

Please sign in to comment.