summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-14 02:32:22 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-14 02:32:22 +0300
commita3234e5f4354a4142638b789e5dbd239b45b3a62 (patch)
tree9628c2ab08930362fb0dd6d3a37bf1d0c5016970
parent74035d87b34a0d98992e42fece129739ae57611d (diff)
downloadplus-a3234e5f4354a4142638b789e5dbd239b45b3a62.tar.gz
plus-a3234e5f4354a4142638b789e5dbd239b45b3a62.tar.bz2
plus-a3234e5f4354a4142638b789e5dbd239b45b3a62.tar.xz
plus-a3234e5f4354a4142638b789e5dbd239b45b3a62.zip
Update versions for packet SMSG_PRIVATE_AIRSHIP_RESPONSE 0x0A4A.
-rw-r--r--src/net/eathena/packetsin.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc
index 064938c4d..9dea969f3 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -1113,6 +1113,12 @@ if (packetVersion >= 20180418)
packet(SMSG_ITEM_DROPPED, 0x0add, 22, &ItemRecv::processItemDropped, 20180418);
}
+// re 20180620
+if (packetVersionMain >= 20180620)
+{
+ packet(SMSG_PRIVATE_AIRSHIP_RESPONSE, 0x0A4A, 6, &NpcRecv::processPrivateAirShipResponse, 20180620);
+}
+
// 0
// evol always packets
packet(SMSG_SERVER_VERSION_RESPONSE, 0x7531, -1, &LoginRecv::processServerVersion, 0);