mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 06:27:45 +00:00
More unlock IDs
This commit is contained in:
parent
c5e90be776
commit
3e5b18b29a
1 changed files with 6 additions and 1 deletions
|
@ -512,22 +512,27 @@ namespace Sapphire::Common
|
||||||
MateriaAssimilating = 13,
|
MateriaAssimilating = 13,
|
||||||
Dye = 14,
|
Dye = 14,
|
||||||
Glamour = 15,
|
Glamour = 15,
|
||||||
|
CompanionMenu = 17,
|
||||||
|
Companion = 18,
|
||||||
Decipher = 19,
|
Decipher = 19,
|
||||||
Dig = 20,
|
Dig = 20,
|
||||||
HuntingLog = 21,
|
HuntingLog = 21,
|
||||||
EmoteImperialSalute = 23,
|
EmoteImperialSalute = 23,
|
||||||
EmoteThrowSnowball = 24,
|
EmoteThrowSnowball = 24,
|
||||||
|
TreasureHunt = 25,
|
||||||
EmoteStepDance = 27,
|
EmoteStepDance = 27,
|
||||||
EmoteHarvestDance = 28,
|
EmoteHarvestDance = 28,
|
||||||
EmoteBallDance = 29,
|
EmoteBallDance = 29,
|
||||||
EmoteMadervilleDance = 30,
|
EmoteMadervilleDance = 30,
|
||||||
|
ChallengeLog = 92,
|
||||||
Desynth = 95,
|
Desynth = 95,
|
||||||
|
SightseeingLogMenuItem = 97, //Needs another unlock ID to fill it out? Or relog?
|
||||||
EmoteBombDance = 98,
|
EmoteBombDance = 98,
|
||||||
EmoteHuzzah = 225,
|
EmoteHuzzah = 225,
|
||||||
EmoteEmbrace = 229,
|
EmoteEmbrace = 229,
|
||||||
EmoteMostGentlemanly = 244,
|
EmoteMostGentlemanly = 244,
|
||||||
|
AetherialReduction = 256,
|
||||||
EmoteFistBump = 259
|
EmoteFistBump = 259
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
enum ContainerType : uint16_t
|
enum ContainerType : uint16_t
|
||||||
|
|
Loading…
Add table
Reference in a new issue