Add horse spawning/

This commit is contained in:
SilicaAndPina 2021-01-05 17:30:47 +13:00
parent 663a148b77
commit fd02afde67
9 changed files with 470 additions and 18 deletions

View file

@ -2,6 +2,7 @@
using System.IO;
using System.Reflection;
using HISP.Game;
using HISP.Game.Horse;
using HISP.Game.SwfModules;
using HISP.Security;
using HISP.Server;
@ -20,6 +21,7 @@ namespace HISP
Map.OpenMap();
World.ReadWorldData();
DroppedItems.Init();
WildHorse.Init();
Brickpoet.LoadPoetryRooms();
GameServer.StartServer();