Misc updates/fixes

This commit is contained in:
hondacrx
2022-01-27 12:36:56 -05:00
parent 169abc1531
commit 6c0e21b4de
36 changed files with 415 additions and 354 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ namespace Game.Chat.Commands
return DoTeleport(handler, new Position(at.Pos.X, at.Pos.Y, at.Pos.Z), at.ContinentID);
}
[Command("areatrigger", RBACPermissions.CommandGo)]
[Command("boss", RBACPermissions.CommandGo)]
static bool HandleGoBossCommand(CommandHandler handler, string[] needles)
{
if (needles.Empty())