diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-04-07 01:37:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-04-07 01:54:33 +0300 |
commit | f2ce478013f9cf60af1978cce37f2c4f32a6d038 (patch) | |
tree | 4f8e5f7f776a29b44e8d3cc935d563fab94e34d4 /src/net/eathena/packetsin.inc | |
parent | d483510d3c721e49c671a6510b23dc950332ba73 (diff) | |
download | plus-f2ce478013f9cf60af1978cce37f2c4f32a6d038.tar.gz plus-f2ce478013f9cf60af1978cce37f2c4f32a6d038.tar.bz2 plus-f2ce478013f9cf60af1978cce37f2c4f32a6d038.tar.xz plus-f2ce478013f9cf60af1978cce37f2c4f32a6d038.zip |
Add packet SMSG_QUEST_NOTIFY_OBJECTIVES 0x08fe.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r-- | src/net/eathena/packetsin.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index f927c52ed..4a5e3fbf3 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -928,6 +928,7 @@ if (packetVersion >= 20150513) packet(SMSG_QUEST_LIST, 0x09f8, -1, &QuestRecv::processAddQuests, 20150513); packet(SMSG_QUEST_ADD, 0x09f9, 143, &QuestRecv::processAddQuest, 20150513); packet(SMSG_QUEST_UPDATE_OBJECTIVES, 0x09fa, -1, &QuestRecv::processUpdateQuestsObjectives, 20150513); + packet(SMSG_QUEST_NOTIFY_OBJECTIVES, 0x08fe, -1, &QuestRecv::processUpdateQuestsObjectives2, 20150513); } // 20150805 |