mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 12:45:53 +12:00
All multirooms implemented!
This commit is contained in:
parent
2b59ba1be9
commit
e9dc4157b0
6 changed files with 151 additions and 47 deletions
|
@ -24,11 +24,16 @@ namespace HISP
|
|||
|
||||
DroppedItems.Init();
|
||||
WildHorse.Init();
|
||||
Brickpoet.LoadPoetryRooms();
|
||||
Auction.LoadAllAuctionRooms();
|
||||
|
||||
Drawingroom.LoadAllDrawingRooms();
|
||||
Brickpoet.LoadPoetryRooms();
|
||||
Multiroom.CreateMultirooms();
|
||||
|
||||
Auction.LoadAllAuctionRooms();
|
||||
|
||||
Item.DoSpecialCases();
|
||||
|
||||
|
||||
GameServer.StartServer();
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue