fix: add /loc to /help command listing

This commit is contained in:
Kelsi 2026-03-18 10:23:42 -07:00
parent 09860e5fc6
commit 6a0b0a99d1

View file

@ -5976,7 +5976,7 @@ void GameScreen::sendChatMessage(game::GameHandler& gameHandler) {
"Items: /use <item name> /equip <item name> /equipset [name]",
"Target: /target <name> /cleartarget /focus /clearfocus",
"Movement: /sit /stand /kneel /dismount",
"Misc: /played /time /zone /afk [msg] /dnd [msg] /inspect",
"Misc: /played /time /zone /loc /afk [msg] /dnd [msg] /inspect",
" /helm /cloak /trade /join <channel> /leave <channel>",
" /score /unstuck /logout /ticket /help",
};