1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 14:57:44 +00:00

Added a lookup enum for known unlock types

This commit is contained in:
Mordred 2019-03-24 16:21:52 +01:00
parent 472e862dc5
commit 99b1969be5

View file

@ -263,6 +263,14 @@ namespace Sapphire::Common
}; };
enum class UnlockEntry : uint16_t
{
Return = 1,
Teleport = 4,
GearSets = 6,
HuntingLog = 21,
};
enum ContainerType : uint16_t enum ContainerType : uint16_t
{ {
Unknown = 0, Unknown = 0,