mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-03 17:27:47 +00:00
Merge pull request #677 from collett8192/update_5.25
adjust QuestCompleteList
This commit is contained in:
commit
f921252274
1 changed files with 2 additions and 2 deletions
|
@ -1500,8 +1500,8 @@ namespace Sapphire::Network::Packets::Server
|
|||
*/
|
||||
struct FFXIVIpcQuestCompleteList : FFXIVIpcBasePacket< QuestCompleteList >
|
||||
{
|
||||
uint8_t questCompleteMask[480];
|
||||
uint8_t unknownCompleteMask[80];
|
||||
uint8_t questCompleteMask[487];
|
||||
uint8_t unknownCompleteMask[73];
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue