mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-06-14 19:37:46 +00:00
Adjust complete quest list
This commit is contained in:
parent
f1e7752515
commit
89b2a8470d
1 changed files with 2 additions and 2 deletions
|
@ -1705,8 +1705,8 @@ namespace Sapphire::Network::Packets::WorldPackets::Server
|
|||
*/
|
||||
struct FFXIVIpcQuestCompleteList : FFXIVIpcBasePacket< QuestCompleteFlags >
|
||||
{
|
||||
uint8_t questCompleteMask[480];
|
||||
uint8_t unknownCompleteMask[80];
|
||||
uint8_t questCompleteMask[310];
|
||||
uint8_t unknownCompleteMask[40];
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue