mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 22:37:45 +00:00
Added a lookup enum for known unlock types
This commit is contained in:
parent
472e862dc5
commit
99b1969be5
1 changed files with 8 additions and 0 deletions
|
@ -263,6 +263,14 @@ namespace Sapphire::Common
|
|||
|
||||
};
|
||||
|
||||
enum class UnlockEntry : uint16_t
|
||||
{
|
||||
Return = 1,
|
||||
Teleport = 4,
|
||||
GearSets = 6,
|
||||
HuntingLog = 21,
|
||||
};
|
||||
|
||||
enum ContainerType : uint16_t
|
||||
{
|
||||
Unknown = 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue