From e74554d22e2308ffb7ecdcae07477b8414f64a3b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 7 Apr 2018 01:04:43 +0300 Subject: Add packet SMSG_QUEST_LIST 0x09f8. --- src/net/eathena/packetsin.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/eathena/packetsin.inc') diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index bbc6dc805..01ae61d3e 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -925,6 +925,7 @@ if (packetVersion >= 20150513) packet(SMSG_BEING_MOVE, 0x09fd, -1, &BeingRecv::processBeingMove, 20150513); packet(SMSG_PLAYER_HEAL, 0x0a27, 8, &PlayerRecv::processPlayerHeal, 20150513); packet(SMSG_HOMUNCULUS_INFO, 0x09f7, 75, &HomunculusRecv::processHomunculusInfo, 20150513); + packet(SMSG_QUEST_LIST, 0x09f8, -1, &QuestRecv::processAddQuests, 20150513); } // 20150805 -- cgit v1.2.3-70-g09d2