mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 06:47:45 +00:00
Added Waymarks trigger to enum, fixed initial array sizes for new chars
This commit is contained in:
parent
883916aa48
commit
237d3cc7a6
2 changed files with 8 additions and 6 deletions
|
@ -148,13 +148,13 @@ namespace Core {
|
|||
{
|
||||
|
||||
std::vector< uint8_t > customize( 26 );
|
||||
std::vector< uint8_t > howTo( 32 );
|
||||
std::vector< uint8_t > aetherytes( 12 );
|
||||
std::vector< uint8_t > discovery( 411 );
|
||||
std::vector< uint8_t > howTo( 33 );
|
||||
std::vector< uint8_t > aetherytes( 16 );
|
||||
std::vector< uint8_t > discovery( 421 );
|
||||
std::vector< uint8_t > questComplete( 396 );
|
||||
std::vector< uint8_t > unlocks( 64 );
|
||||
std::vector< uint8_t > mountGuide( 13 );
|
||||
std::vector< uint8_t > orchestrion( 38 );
|
||||
std::vector< uint8_t > mountGuide( 15 );
|
||||
std::vector< uint8_t > orchestrion( 40 );
|
||||
std::vector< uint8_t > modelEquip( 40 );
|
||||
std::vector< uint8_t > questTracking8( 10 );
|
||||
std::vector< int16_t > questTracking = { -1, -1, -1, -1, -1 };
|
||||
|
|
|
@ -65,9 +65,11 @@ enum ClientTrigger
|
|||
UpdatedSeenHowTos = 0x133,
|
||||
AllotAttribute = 0x135,
|
||||
|
||||
ClearWaymarks = 0x13A,
|
||||
|
||||
HuntingLogDetails = 0x194,
|
||||
|
||||
EstateTimers = 0x1AB,
|
||||
Timers = 0x1AB,
|
||||
|
||||
DyeItem = 0x1B5,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue