From fdfc29d4f0ae88d86027348a8356ae72bb157a61 Mon Sep 17 00:00:00 2001 From: Posimagi Date: Sun, 21 Apr 2024 01:13:56 -0700 Subject: [PATCH] [mountmuzzle] add help message for "customize" command --- addons/MountMuzzle/mountmuzzle.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/MountMuzzle/mountmuzzle.lua b/addons/MountMuzzle/mountmuzzle.lua index 7334baf1a..cc1f02092 100644 --- a/addons/MountMuzzle/mountmuzzle.lua +++ b/addons/MountMuzzle/mountmuzzle.lua @@ -57,6 +57,7 @@ local help = { buildHelpCommandEntry('list', 'Display the available muzzle types.'), buildHelpCommandEntry('set ', 'Set the current muzzle to the given muzzle type.'), buildHelpCommandEntry('get', 'Display the current muzzle.'), + buildHelpCommandEntry('customize ', 'Associate a specific BGM track with a mount for the Custom muzzle type.'), buildHelpCommandEntry('default', 'Set the current muzzle to the default (Silent).'), buildHelpCommandEntry('unload', 'Unload Mount Muzzle.'), buildHelpCommandEntry('reload', 'Reload Mount Muzzle.'),