mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Core/LFG: Restore ".lfg queue" command argument handling
(cherry picked from commit a46c835ed1)
This commit is contained in:
@@ -138,9 +138,9 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
static bool HandleLfgQueueInfoCommand(ChatHandler* handler, bool full)
|
||||
static bool HandleLfgQueueInfoCommand(ChatHandler* handler, Tail full)
|
||||
{
|
||||
handler->SendSysMessage(sLFGMgr->DumpQueueInfo(full).c_str(), true);
|
||||
handler->SendSysMessage(sLFGMgr->DumpQueueInfo(!full.empty()).c_str(), true);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user