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
@@ -26,7 +26,7 @@ namespace Game.Chat
class PetCommands
{
[Command("create", RBACPermissions.CommandPetCreate)]
static bool HandlePetCreateCommand(CommandHandler handler, StringArguments args)
static bool HandlePetCreateCommand(CommandHandler handler)
{
Player player = handler.GetSession().GetPlayer();
Creature creatureTarget = handler.GetSelectedCreature();