From 060cd00bb73e957314859b500721981ce33912f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Mon, 11 Oct 2021 12:41:00 +0200 Subject: [PATCH] chore(Core): add Prefix to Command menu Co-authored-by: banehammer Co-authored-by: banehammer <87540548+banehammer@users.noreply.github.com> --- src/server/game/Chat/Chat.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/server/game/Chat/Chat.cpp b/src/server/game/Chat/Chat.cpp index 250c43826..8f03dbc5e 100644 --- a/src/server/game/Chat/Chat.cpp +++ b/src/server/game/Chat/Chat.cpp @@ -528,9 +528,9 @@ bool ChatHandler::ShowHelpForSubCommands(std::vector const& table, continue; if (m_session) - list += "\n "; + list += "\n |- "; else - list += "\n\r "; + list += "\n\r |- "; list += table[i].Name;