diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-05-18 19:28:41 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-05-18 19:28:41 +0300 |
commit | 34891cab564d7ed5752d4f161f2b76e727830e50 (patch) | |
tree | 67683f580aee9fce02522a7cdfb000ea57214319 /src/net/eathena/npcrecv.h | |
parent | 66c811e7fc51f67372de620236eee922ebd99527 (diff) | |
download | plus-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.h')
-rw-r--r-- | src/net/eathena/npcrecv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/eathena/npcrecv.h b/src/net/eathena/npcrecv.h index b9b943ada..483157758 100644 --- a/src/net/eathena/npcrecv.h +++ b/src/net/eathena/npcrecv.h @@ -43,6 +43,7 @@ namespace EAthena void processProgressBarAbort(Net::MessageIn &msg); void processShowProgressBarFree(Net::MessageIn &msg); void processNpcSkin(Net::MessageIn &msg); + void processPrivateAirShipResponse(Net::MessageIn &msg); } // namespace NpcRecv } // namespace EAthena |