summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Chat/Chat.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/game/Chat/Chat.cpp b/src/server/game/Chat/Chat.cpp
index 250c438268..8f03dbc5ea 100644
--- a/src/server/game/Chat/Chat.cpp
+++ b/src/server/game/Chat/Chat.cpp
@@ -528,9 +528,9 @@ bool ChatHandler::ShowHelpForSubCommands(std::vector<ChatCommand> const& table,
continue;
if (m_session)
- list += "\n ";
+ list += "\n |- ";
else
- list += "\n\r ";
+ list += "\n\r |- ";
list += table[i].Name;