Fixes most commands.

This commit is contained in:
hondacrx
2022-06-11 21:09:48 -04:00
parent 130444d893
commit e0025794a5
31 changed files with 1275 additions and 928 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ namespace Game.Chat
}
[Command("testarea", RBACPermissions.CommandMmapTestarea)]
static bool TestArea(CommandHandler handler, StringArguments args)
static bool TestArea(CommandHandler handler)
{
float radius = 40.0f;
WorldObject obj = handler.GetPlayer();