diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-05-18 20:46:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-05-18 20:46:07 +0300 |
commit | cee847abc0873504b54022c3af8cdf316e2c06c5 (patch) | |
tree | 9c9fbbd214db848b0d3b64781a069327575a7053 /src/net/eathena/npchandler.h | |
parent | e40ff3205395015708b4801a984c25f239089f50 (diff) | |
download | manaverse-cee847abc0873504b54022c3af8cdf316e2c06c5.tar.gz manaverse-cee847abc0873504b54022c3af8cdf316e2c06c5.tar.bz2 manaverse-cee847abc0873504b54022c3af8cdf316e2c06c5.tar.xz manaverse-cee847abc0873504b54022c3af8cdf316e2c06c5.zip |
Add packet CMSG_PRIVATE_AIRSHIP_REQUEST 0x0a49.
Diffstat (limited to 'src/net/eathena/npchandler.h')
-rw-r--r-- | src/net/eathena/npchandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/eathena/npchandler.h b/src/net/eathena/npchandler.h index 533c0468b..fb2e741e9 100644 --- a/src/net/eathena/npchandler.h +++ b/src/net/eathena/npchandler.h @@ -94,6 +94,9 @@ class NpcHandler final : public Ea::NpcHandler void selectArrow(const int nameId) const override final; void selectAutoSpell(const int skillId) const override final; + + void requestAirship(const std::string &mapName, + const int itemId) const override final; }; } // namespace EAthena |