mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 20:55:52 +12:00
Add horse spawning/
This commit is contained in:
parent
663a148b77
commit
fd02afde67
9 changed files with 470 additions and 18 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue