summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-26 01:57:34 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-26 01:57:34 +0300
commit199aabc0a0af0bfd591b1d85b9a12e4cc383b1eb (patch)
tree937e065ee92d92babcfb51078b544e5363b72927 /src/net/eathena/packetsin.inc
parent248aa66d1065b99ae8b138ef7929f1573c56f79b (diff)
downloadplus-199aabc0a0af0bfd591b1d85b9a12e4cc383b1eb.tar.gz
plus-199aabc0a0af0bfd591b1d85b9a12e4cc383b1eb.tar.bz2
plus-199aabc0a0af0bfd591b1d85b9a12e4cc383b1eb.tar.xz
plus-199aabc0a0af0bfd591b1d85b9a12e4cc383b1eb.zip
Add packet SMSG_QUEST_LIST2 0x0b23.
Increase packet version to 20.
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 d180a84a4..4e67ef2f0 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -823,6 +823,7 @@ if (serverVersion > 0)
packet(SMSG_PLAYER_UPDATE_SKILL2, 0x0b20, -1, &SkillRecv::processSkillUpdate2, 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);
// char server
packet(SMSG_CHAR_PASSWORD_RESPONSE, 0x0062, 3, &LoginRecv::processCharPasswordResponse, 0);