summaryrefslogtreecommitdiff
path: root/src/net/eathena/markethandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/markethandler.h')
-rw-r--r--src/net/eathena/markethandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/markethandler.h b/src/net/eathena/markethandler.h
index 42a4bcac0..e58ac1e68 100644
--- a/src/net/eathena/markethandler.h
+++ b/src/net/eathena/markethandler.h
@@ -43,7 +43,7 @@ class MarketHandler final : public MessageHandler,
void buyItem(const int itemId,
const int type,
- const unsigned char color,
+ const ItemColor color,
const int amount) const override final;
protected: