From cee847abc0873504b54022c3af8cdf316e2c06c5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 18 May 2018 20:46:07 +0300 Subject: Add packet CMSG_PRIVATE_AIRSHIP_REQUEST 0x0a49. --- src/net/tmwa/npchandler.cpp | 5 +++++ src/net/tmwa/npchandler.h | 3 +++ 2 files changed, 8 insertions(+) (limited to 'src/net/tmwa') diff --git a/src/net/tmwa/npchandler.cpp b/src/net/tmwa/npchandler.cpp index c52333795..c577bc6a1 100644 --- a/src/net/tmwa/npchandler.cpp +++ b/src/net/tmwa/npchandler.cpp @@ -243,4 +243,9 @@ BeingId NpcHandler::getNpc(Net::MessageIn &msg, return npcId; } +void NpcHandler::requestAirship(const std::string &mapName A_UNUSED, + const int itemId A_UNUSED) const +{ +} + } // namespace TmwAthena diff --git a/src/net/tmwa/npchandler.h b/src/net/tmwa/npchandler.h index d02d837ef..3cfd24aea 100644 --- a/src/net/tmwa/npchandler.h +++ b/src/net/tmwa/npchandler.h @@ -93,6 +93,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 TmwAthena -- cgit v1.2.3-70-g09d2