summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsout.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-14 02:27:43 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-14 02:27:43 +0300
commit74035d87b34a0d98992e42fece129739ae57611d (patch)
tree3ae643862cee5f2ff5b638dd70927fd9daebeaf0 /src/net/eathena/packetsout.inc
parentb4a2f8675591e05afeca7c55e432778dab2ffd10 (diff)
downloadplus-74035d87b34a0d98992e42fece129739ae57611d.tar.gz
plus-74035d87b34a0d98992e42fece129739ae57611d.tar.bz2
plus-74035d87b34a0d98992e42fece129739ae57611d.tar.xz
plus-74035d87b34a0d98992e42fece129739ae57611d.zip
Update packet CMSG_PRIVATE_AIRSHIP_REQUEST 0x0a49.
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r--src/net/eathena/packetsout.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc
index f74a59ac8..6b3e3dd34 100644
--- a/src/net/eathena/packetsout.inc
+++ b/src/net/eathena/packetsout.inc
@@ -1385,6 +1385,12 @@ if (packetVersionRe >= 20180321)
packet(CMSG_PRIVATE_AIRSHIP_REQUEST, 0x0a49, 20, clif->pPrivateAirshipRequest);
}
+// main 20180620
+if (packetVersionMain >= 20180620)
+{
+ packet(CMSG_PRIVATE_AIRSHIP_REQUEST, 0x0a49, 20, clif->pPrivateAirshipRequest);
+}
+
// main 20180404
if (packetVersionMain >= 20180404)
{