diff options
Diffstat (limited to 'src/net/tmwa/npchandler.h')
-rw-r--r-- | src/net/tmwa/npchandler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/net/tmwa/npchandler.h b/src/net/tmwa/npchandler.h index b36255bc2..f4b982a35 100644 --- a/src/net/tmwa/npchandler.h +++ b/src/net/tmwa/npchandler.h @@ -65,8 +65,7 @@ class NpcHandler final : public MessageHandler, public Ea::NpcHandler void sellItem(const int beingId, const int itemId, const int amount) const override final; - int getNpc(Net::MessageIn &msg, - const bool haveLength) override final A_WARN_UNUSED; + int getNpc(Net::MessageIn &msg) override final A_WARN_UNUSED; void processNpcCommand(Net::MessageIn &msg, const int npcId); |