Skip to content

Commit

Permalink
Moved 'trade' chat cmd help to regular chat cmd's
Browse files Browse the repository at this point in the history
  • Loading branch information
evil-morfar committed Oct 26, 2024
1 parent 89dbb3b commit 69883b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ function RCLootCouncil:OnInitialize()
{cmd = "profile", desc = L.chat_commands_profile, },
{cmd = "reset", desc = L["chat_commands_reset"]},
{cmd = "sync", desc = L["chat_commands_sync"]},
{cmd = "trade", desc = L.chat_commands_trade},
{cmd = "version", desc = L["chat_commands_version"]},
}
self.mlChatCmdHelp = {
Expand All @@ -167,7 +168,6 @@ function RCLootCouncil:OnInitialize()
{cmd = "start", desc = L.chat_commands_start},
{cmd = "stop", desc = L.chat_commands_stop},
{cmd = "test (#)", desc = L["chat_commands_test"]},
{cmd = "trade", desc = L.chat_commands_trade},
{cmd = "whisper", desc = L["chat_commands_whisper"]},

}
Expand Down

0 comments on commit 69883b0

Please sign in to comment.