diff --git a/src/common/Common.h b/src/common/Common.h index 1a7ad60d..078c6420 100644 --- a/src/common/Common.h +++ b/src/common/Common.h @@ -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,