summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-09-26 05:07:16 +0300
committerAndrei Karas <akaras@inbox.ru>2018-09-26 05:07:16 +0300
commit0a6658594a5ec835328869b0a7854d923134ea86 (patch)
treee9cbf8cd3b3a00a1f5928ab69c2fad9c4d6c6c1c /src/net/eathena/packetsin.inc
parent93c40783e3fdc33cc82253d3927d2f508b7ebe1a (diff)
downloadplus-0a6658594a5ec835328869b0a7854d923134ea86.tar.gz
plus-0a6658594a5ec835328869b0a7854d923134ea86.tar.bz2
plus-0a6658594a5ec835328869b0a7854d923134ea86.tar.xz
plus-0a6658594a5ec835328869b0a7854d923134ea86.zip
Add packet SMSG_ACHIEVEMENT_LIST 0x0a23.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r--src/net/eathena/packetsin.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index 639a2832a..ce07d0484 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -878,6 +878,12 @@ packet(SMSG_MAIL2_ICON, 0x09e7, 3, &Mail2Recv::processMailI
// 20141119
packet(SMSG_MAIL2_ADD_ITEM_RESULT, 0x0a05, 53, &Mail2Recv::processAddItemResult, 20141119);
+// 20150225 re
+if (packetVersionRe >= 20141126)
+{
+ packet(SMSG_ACHIEVEMENT_LIST, 0x0a23, -1, &AchievementRecv::processAchievementList, 20141126);
+}
+
// 0
// evol packets
if (serverVersion > 0)
@@ -914,6 +920,12 @@ if (serverVersion > 0)
packet2(SMSG_CHAR_PASSWORD_RESPONSE, 0x0062, 3, &LoginRecv::processCharPasswordResponse, 0);
}
+// 20150225 main
+if (packetVersionMain >= 20150225)
+{
+ packet(SMSG_ACHIEVEMENT_LIST, 0x0a23, -1, &AchievementRecv::processAchievementList, 20150225);
+}
+
// 20150226
if (packetVersion >= 20150226)
{
@@ -1132,6 +1144,7 @@ if (packets_zero == true)
packet(SMSG_GUILD_EXPULSION2, 0x0a82, 46, &GuildRecv::processGuildExpulsion2, 20171018);
packet(SMSG_GUILD_LEAVE2, 0x0a83, 46, &GuildRecv::processGuildLeave2, 20171018);
packet(SMSG_PARTY_MEMBER_DEAD, 0x0ab2, 7, &PartyRecv::processPartyMemberDead, 20171018);
+ packet(SMSG_ACHIEVEMENT_LIST, 0x0a23, -1, &AchievementRecv::processAchievementList, 20171018);
}
// 20171019 zero