mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 11:07:45 +00:00
Merge remote-tracking branch 'remotes/origin/develop' into develop_5.25
This commit is contained in:
commit
030f681dc8
1 changed files with 2 additions and 2 deletions
|
@ -1500,8 +1500,8 @@ namespace Sapphire::Network::Packets::Server
|
||||||
*/
|
*/
|
||||||
struct FFXIVIpcQuestCompleteList : FFXIVIpcBasePacket< QuestCompleteList >
|
struct FFXIVIpcQuestCompleteList : FFXIVIpcBasePacket< QuestCompleteList >
|
||||||
{
|
{
|
||||||
uint8_t questCompleteMask[480];
|
uint8_t questCompleteMask[487];
|
||||||
uint8_t unknownCompleteMask[80];
|
uint8_t unknownCompleteMask[73];
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue