From d1ef3d7e5889a2020f7a5f78152b172138be0230 Mon Sep 17 00:00:00 2001 From: collett Date: Sun, 6 Jun 2021 01:10:15 +0900 Subject: [PATCH] fix DailyQuests --- src/common/Network/PacketDef/Ipcs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/Network/PacketDef/Ipcs.h b/src/common/Network/PacketDef/Ipcs.h index 32645a2b..5c778d44 100644 --- a/src/common/Network/PacketDef/Ipcs.h +++ b/src/common/Network/PacketDef/Ipcs.h @@ -284,8 +284,8 @@ namespace Sapphire::Network::Packets DutyGauge = 0x01D3, // updated 5.55 hotfix diff // daily quest info -> without them sent, login will take longer... - DailyQuests = 0x0360, // updated 5.55 hotfix diff* - DailyQuestRepeatFlags = 0x036C, // updated 5.55 hotfix diff* + DailyQuests = 0x0371, // updated 5.55 hotfix + DailyQuestRepeatFlags = 0x021F, // updated 5.55 hotfix /// Doman Mahjong ////////////////////////////////////// MahjongOpenGui = 0x02A4, // only available in mahjong instance