mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
chore(Core): add Prefix to Command menu
Co-authored-by: banehammer <felixwuensch@outlook.com> Co-authored-by: banehammer <87540548+banehammer@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user