#W# Town animals spawned.
This commit is contained in:
parent
70451f03f7
commit
f53b368695
3 changed files with 53 additions and 2 deletions
|
|
@ -62,8 +62,8 @@ namespace Server.Scripts.Commands
|
|||
CommandSystem.Handle(e.Mobile, String.Format("{0}Decorate", CommandSystem.Prefix));
|
||||
CommandSystem.Handle(e.Mobile, String.Format("{0}SignGen", CommandSystem.Prefix));
|
||||
CommandSystem.Handle(e.Mobile, String.Format("{0}TelGen", CommandSystem.Prefix));
|
||||
Console.WriteLine( "Spawning Towns...");
|
||||
Server.SpawnGenerator.Parse( e.Mobile, "towns.map" );
|
||||
Console.WriteLine( "Spawning Town Animals...");
|
||||
Server.SpawnGenerator.Parse( e.Mobile, "townanimals.map" );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue