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