mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 12:45:53 +12:00
Add Horse Pawneer
and Pawneer Orders.
This commit is contained in:
parent
2345b302fc
commit
d9cdd05acb
12 changed files with 653 additions and 263 deletions
|
@ -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();
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue