Core/Dungeon Finder: Improve ".lfg queue debug" command

Log roles of every combinations in ".lfg queue debug" output

(cherry picked from commit 16e9882aa8)
This commit is contained in:
jackpoz
2015-09-05 17:08:37 +02:00
committed by Carbenium
parent ee7039e845
commit 2f0079410d
2 changed files with 22 additions and 16 deletions

View File

@@ -118,7 +118,7 @@ public:
static bool HandleLfgQueueInfoCommand(ChatHandler* handler, char const* args)
{
handler->SendSysMessage(sLFGMgr->DumpQueueInfo(*args != '\0').c_str());
handler->SendSysMessage(sLFGMgr->DumpQueueInfo(*args != '\0').c_str(), true);
return true;
}