mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-07-10 14:27:45 +00:00
adjust QuestCompleteList
This commit is contained in:
parent
6b402a7249
commit
748bf5e24c
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