#W# Commands Decorate/GenTeleporter/SignParser tweaked. Added some regions. Mount/Unmount for regions.

This commit is contained in:
WarrentyExpired 2026-08-06 12:31:31 -04:00
parent 3045c83799
commit 8fca4205a0
110 changed files with 974 additions and 68626 deletions

View file

@ -38,7 +38,7 @@ namespace Server.Commands
public static void Parse( Mobile from )
{
string cfg = Path.Combine( Core.BaseDirectory, "Data/signs.cfg" );
string cfg = Path.Combine( Core.BaseDirectory, "Data/Decoration/signs.cfg" );
if ( File.Exists( cfg ) )
{
@ -136,4 +136,4 @@ namespace Server.Commands
sign.MoveToWorld( location, map );
}
}
}
}