#W# Town animals spawned.

This commit is contained in:
WarrentyExpired 2026-08-10 10:02:24 -04:00
parent 70451f03f7
commit f53b368695
3 changed files with 53 additions and 2 deletions

View file

@ -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" );
}
}
}