#W# Commands Decorate/GenTeleporter/SignParser tweaked. Added some regions. Mount/Unmount for regions.
This commit is contained in:
parent
3045c83799
commit
8fca4205a0
110 changed files with 974 additions and 68626 deletions
|
|
@ -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 );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue