summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-01-25 22:23:37 +0300
committerAndrei Karas <akaras@inbox.ru>2019-01-25 22:23:37 +0300
commit4dfe76eebcd1e09ca0ed3dc0d08669885cab5b99 (patch)
tree6d54037ce028a0437f6747324a7ccbec437bf1f4
parent0042fdf7678e8a8ba386668f4149a27e71ef8a13 (diff)
downloadplus-4dfe76eebcd1e09ca0ed3dc0d08669885cab5b99.tar.gz
plus-4dfe76eebcd1e09ca0ed3dc0d08669885cab5b99.tar.bz2
plus-4dfe76eebcd1e09ca0ed3dc0d08669885cab5b99.tar.xz
plus-4dfe76eebcd1e09ca0ed3dc0d08669885cab5b99.zip
Update version checks for packet SMSG_PRIVATE_AIRSHIP_RESPONSE
-rw-r--r--src/net/eathena/packetsin.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index 6bdb312f5..1b32dab3b 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -1211,6 +1211,7 @@ if (packets_zero == true)
packet(SMSG_LOGIN_MOBILE_OTP, 0x09a2, 6, &LoginRecv::processMobileOtp, 20171018);
packet(SMSG_PLAYER_SKILL_AUTO_SPELLS, 0x01cd, 30, &SkillRecv::processSkillAutoSpells1, 20171018);
packet(SMSG_CLAN_INFO, 0x098a, -1, &ClanRecv::processClanInfo, 20171018);
+ packet(SMSG_PRIVATE_AIRSHIP_RESPONSE, 0x0A4A, 6, &NpcRecv::processPrivateAirShipResponse, 20171018);
}
// 20171019 zero
@@ -1335,7 +1336,7 @@ if (packetVersion >= 20180605)
packet(SMSG_GUILD_SET_POSITION, 0x0afd, -1, &GuildRecv::processGuildSetPosition, 20180605);
}
-// re 20180620
+// 20180620 main
if (packetVersionMain >= 20180620)
{
packet(SMSG_PRIVATE_AIRSHIP_RESPONSE, 0x0A4A, 6, &NpcRecv::processPrivateAirShipResponse, 20180620);