mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
adjust QuestCompleteList
This commit is contained in:
parent
ef90bb0397
commit
986a6cebf1
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