summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-05-18 19:28:41 +0300
committerAndrei Karas <akaras@inbox.ru>2018-05-18 19:28:41 +0300
commit34891cab564d7ed5752d4f161f2b76e727830e50 (patch)
tree67683f580aee9fce02522a7cdfb000ea57214319 /src/net/eathena/packetsin.inc
parent66c811e7fc51f67372de620236eee922ebd99527 (diff)
downloadplus-34891cab564d7ed5752d4f161f2b76e727830e50.tar.gz
plus-34891cab564d7ed5752d4f161f2b76e727830e50.tar.bz2
plus-34891cab564d7ed5752d4f161f2b76e727830e50.tar.xz
plus-34891cab564d7ed5752d4f161f2b76e727830e50.zip
Add packet SMSG_PRIVATE_AIRSHIP_RESPONSE 0x0A4A.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-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 1771ad711..86a484864 100644
--- a/src/net/eathena/packetsin.inc
+++ b/src/net/eathena/packetsin.inc
@@ -1056,6 +1056,12 @@ if (packetVersionRe >= 20180307)
packet(SMSG_OPEN_WINDOW2, 0x0ae2, 7, &AttendanceRecv::processOpenWindow, 20180307);
}
+// re 20180321
+if (packetVersionRe >= 20180321)
+{
+ packet(SMSG_PRIVATE_AIRSHIP_RESPONSE, 0x0A4A, 6, &NpcRecv::processPrivateAirShipResponse, 20180321);
+}
+
// main 20180404
if (packetVersionMain >= 20180404)
{