mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
housing containers
This commit is contained in:
parent
23b5d4ce21
commit
2c89d7923d
1 changed files with 4 additions and 1 deletions
|
@ -221,7 +221,10 @@ namespace Sapphire::Common
|
||||||
FreeCompanyBag2 = 20002,
|
FreeCompanyBag2 = 20002,
|
||||||
FreeCompanyGil = 22000,
|
FreeCompanyGil = 22000,
|
||||||
FreeCompanyCrystal = 22001,
|
FreeCompanyCrystal = 22001,
|
||||||
HousingOutdoorItems = 25001
|
|
||||||
|
HousingExternalAppearance = 25000,
|
||||||
|
HousingOutdoorItems = 25001,
|
||||||
|
HousingInternalAppearance = 25002,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum ContainerType : uint16_t
|
enum ContainerType : uint16_t
|
||||||
|
|
Loading…
Add table
Reference in a new issue