Core/Commands: Fixes npc delete command not working. Also addes missing TeleCommands.

This commit is contained in:
hondacrx
2021-01-14 18:12:17 -05:00
parent a4c4db7af5
commit b503b842d6
4 changed files with 184 additions and 6 deletions
+1 -1
View File
@@ -863,7 +863,7 @@ namespace Game.Chat
[CommandGroup("delete", RBACPermissions.CommandNpcDelete)]
class DeleteCommands
{
[Command("delete", RBACPermissions.CommandNpcDelete)]
[Command("", RBACPermissions.CommandNpcDelete)]
static bool HandleNpcDeleteCommand(StringArguments args, CommandHandler handler)
{
Creature creature;