diff options
Diffstat (limited to 'src/net/markethandler.h')
-rw-r--r-- | src/net/markethandler.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/net/markethandler.h b/src/net/markethandler.h index f98b1b18d..13027024e 100644 --- a/src/net/markethandler.h +++ b/src/net/markethandler.h @@ -23,6 +23,8 @@ #ifdef EATHENA_SUPPORT +#include "enums/simpletypes/itemcolor.h" + #include <string> #include "localconsts.h" @@ -40,7 +42,7 @@ class MarketHandler notfinal virtual void buyItem(const int itemId, const int type, - const unsigned char color, + const ItemColor color, const int amount) const = 0; }; |