summaryrefslogtreecommitdiff
path: root/src/net/eathena/npcrecv.cpp
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/npcrecv.cpp
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/npcrecv.cpp')
-rw-r--r--src/net/eathena/npcrecv.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/net/eathena/npcrecv.cpp b/src/net/eathena/npcrecv.cpp
index f926aff1a..cc727e57a 100644
--- a/src/net/eathena/npcrecv.cpp
+++ b/src/net/eathena/npcrecv.cpp
@@ -140,4 +140,10 @@ void NpcRecv::processNpcSkin(Net::MessageIn &msg)
}
}
+void NpcRecv::processPrivateAirShipResponse(Net::MessageIn &msg)
+{
+ UNIMPLEMENTEDPACKET;
+ msg.readUInt32("flag");
+}
+
} // namespace EAthena