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

Log roles of every combinations in ".lfg queue debug" output
This commit is contained in:
jackpoz
2015-09-05 17:08:37 +02:00
parent 7c91984a64
commit 16e9882aa8
2 changed files with 22 additions and 16 deletions

View File

@@ -150,7 +150,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;
}