mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-21 23:38:54 -04:00
1eca51b follow-up, nuke command.permission from orbit; it was only duplicating data already stored in the core.
(cherry picked from commit 991dc8e050)
This commit is contained in:
@@ -701,6 +701,8 @@ public:
|
||||
static bool HandleHelpCommand(ChatHandler* handler, Tail cmd)
|
||||
{
|
||||
Trinity::ChatCommands::SendCommandHelpFor(*handler, cmd);
|
||||
if (cmd.empty())
|
||||
Trinity::ChatCommands::SendCommandHelpFor(*handler, "help");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user