1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-25 19:17:45 +00:00

Merge remote-tracking branch 'remotes/origin/develop' into develop_5.25

This commit is contained in:
collett 2020-06-14 23:14:26 +09:00
commit 030f681dc8

View file

@ -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];
}; };
/** /**