All multirooms implemented!

This commit is contained in:
SilicaAndPina 2021-03-10 15:10:29 +13:00
parent 2b59ba1be9
commit e9dc4157b0
6 changed files with 151 additions and 47 deletions

View file

@ -116,6 +116,7 @@ namespace HISP.Server
public const byte SWFMODULE_BRICKPOET = 0x5A;
public const byte SWFMODULE_DRAWINGROOM = 0x5B;
public const byte SWFMODULE_DRESSUPROOM = 0x5C;
public const byte SWFMODULE_BANDHALL = 0x51;
public const byte DRAWINGROOM_GET_DRAWING = 0x14;
public const byte DRAWINGROOM_SAVE = 0x15;