Add Horse Pawneer

and Pawneer Orders.
This commit is contained in:
SilicaAndPina 2021-02-15 13:31:00 +13:00
parent 2345b302fc
commit d9cdd05acb
12 changed files with 653 additions and 263 deletions

View file

@ -5,6 +5,7 @@ using HISP.Game.Horse;
using HISP.Game.SwfModules;
using HISP.Security;
using HISP.Server;
using HISP.Game.Services;
namespace HISP
{
@ -27,6 +28,7 @@ namespace HISP
Brickpoet.LoadPoetryRooms();
Drawingroom.LoadAllDrawingRooms();
Item.DoSpecialCases();
GameServer.StartServer();
}