fix(DB/Command): Add help values for various commands. (#19984)

Init.
This commit is contained in:
Benjamin Jackson 2024-09-16 11:12:26 -04:00 committed by GitHub
parent 3bb5ec779d
commit 07c54fe8c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 172 additions and 4 deletions

View file

@ -64,7 +64,7 @@ public:
{
{ "buyerror", HandleDebugSendBuyErrorCommand, SEC_ADMINISTRATOR, Console::No },
{ "channelnotify", HandleDebugSendChannelNotifyCommand, SEC_ADMINISTRATOR, Console::No },
{ "chatmmessage", HandleDebugSendChatMsgCommand, SEC_ADMINISTRATOR, Console::No },
{ "chatmessage", HandleDebugSendChatMsgCommand, SEC_ADMINISTRATOR, Console::No },
{ "equiperror", HandleDebugSendEquipErrorCommand, SEC_ADMINISTRATOR, Console::No },
{ "largepacket", HandleDebugSendLargePacketCommand, SEC_ADMINISTRATOR, Console::No },
{ "opcode", HandleDebugSendOpcodeCommand, SEC_ADMINISTRATOR, Console::No },