More command system cleanups

This commit is contained in:
hondacrx
2022-06-11 21:44:18 -04:00
parent e0025794a5
commit bbaf66df51
12 changed files with 235 additions and 354 deletions
+1 -1
View File
@@ -960,7 +960,7 @@ namespace Game.Chat.Commands
}
[Command("unload", RBACPermissions.CommandWpUnload)]
static bool HandleWpUnLoadCommand(CommandHandler handler, StringArguments args)
static bool HandleWpUnLoadCommand(CommandHandler handler)
{
Creature target = handler.GetSelectedCreature();
if (!target)