summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-26 02:26:55 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-26 02:26:55 +0300
commit3a97fc3fd6f316882af762017443c410632d65eb (patch)
treee9c195564471f930d74fb8058614374dc53dc881 /src/net/eathena/packetsin.inc
parent199aabc0a0af0bfd591b1d85b9a12e4cc383b1eb (diff)
downloadplus-3a97fc3fd6f316882af762017443c410632d65eb.tar.gz
plus-3a97fc3fd6f316882af762017443c410632d65eb.tar.bz2
plus-3a97fc3fd6f316882af762017443c410632d65eb.tar.xz
plus-3a97fc3fd6f316882af762017443c410632d65eb.zip
Add paket SMSG_QUEST_ADD2 0x0b24.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index 4e67ef2f0..03495f4b5 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -824,6 +824,7 @@ if (serverVersion > 0)
packet(SMSG_WALK_ERROR, 0x0b21, 10, &PlayerRecv::processWalkError, 0);
packet(SMSG_HOMUNCULUS_EXP, 0x0b22, 10, &HomunculusRecv::processHomunculusExp, 0);
packet(SMSG_QUEST_LIST2, 0x0b23, -1, &QuestRecv::processAddQuests2, 0);
+ packet(SMSG_QUEST_ADD2, 0x0b24, 23, &QuestRecv::processAddQuest2, 0);
// char server
packet(SMSG_CHAR_PASSWORD_RESPONSE, 0x0062, 3, &LoginRecv::processCharPasswordResponse, 0);