summaryrefslogtreecommitdiff
path: root/src/net/tmwa/tradehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/tradehandler.h')
-rw-r--r--src/net/tmwa/tradehandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/tradehandler.h b/src/net/tmwa/tradehandler.h
index 39222e7ba..cdbc3e853 100644
--- a/src/net/tmwa/tradehandler.h
+++ b/src/net/tmwa/tradehandler.h
@@ -56,6 +56,8 @@ class TradeHandler final : public MessageHandler, public Ea::TradeHandler
protected:
void processTradeRequest(Net::MessageIn &msg) const;
+
+ static void processTradeItemAdd(Net::MessageIn &msg);
};
} // namespace TmwAthena