Misc cleanups

This commit is contained in:
hondacrx
2022-06-09 23:07:07 -04:00
parent 6a1d744d0b
commit cda3f96235
4 changed files with 5 additions and 6 deletions
@@ -236,6 +236,7 @@ namespace Game.Chat
return true;
}
[CommandGroup("name")]
class TeleNameCommands
{
[Command("", RBACPermissions.CommandTeleName, true)]
@@ -279,6 +280,7 @@ namespace Game.Chat
return DoNameTeleport(handler, player, tele.mapId, new Position(tele.posX, tele.posY, tele.posZ, tele.orientation), tele.name);
}
[CommandGroup("npc")]
class TeleNameNpcCommands
{
[Command("guid", RBACPermissions.CommandTeleName, true)]