From c0c4a04977a70f51fad7c653c128060444c9dda6 Mon Sep 17 00:00:00 2001 From: NotAdam Date: Fri, 1 Nov 2019 18:12:33 +1100 Subject: [PATCH] fix daily quest packet opcodes --- 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 00547ada..318fc410 100644 --- a/src/common/Network/PacketDef/Ipcs.h +++ b/src/common/Network/PacketDef/Ipcs.h @@ -247,8 +247,8 @@ namespace Sapphire::Network::Packets ActorGauge = 0x0292, // updated 4.3 // daily quest info -> without them sent, login will take longer... - DailyQuests = 0x025E, // updated 5.0 - DailyQuestRepeatFlags = 0x0260, // updated 5.0 + DailyQuests = 0x02B6, // updated 5.1 + DailyQuestRepeatFlags = 0x0124, // updated 5.1 /// Doman Mahjong ////////////////////////////////////// MahjongOpenGui = 0x02A4, // only available in mahjong instance