diff options
Diffstat (limited to 'src/net/eathena/markethandler.h')
-rw-r--r-- | src/net/eathena/markethandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/markethandler.h b/src/net/eathena/markethandler.h index 8ba0be922..fd0d4aea5 100644 --- a/src/net/eathena/markethandler.h +++ b/src/net/eathena/markethandler.h @@ -36,7 +36,7 @@ class MarketHandler final : public Net::MarketHandler void close() const override final; void buyItem(const int itemId, - const int type, + const ItemTypeT type, const ItemColor color, const int amount) const override final; |