summaryrefslogtreecommitdiffstats
path: root/src/game-server/buysell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/buysell.h')
-rw-r--r--src/game-server/buysell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/buysell.h b/src/game-server/buysell.h
index 506dc8a..3856600 100644
--- a/src/game-server/buysell.h
+++ b/src/game-server/buysell.h
@@ -76,7 +76,7 @@ class BuySell
typedef std::vector< TradedItem > TradedItems;
/** The attribute ID of the currency to use. Hardcoded for now (FIXME) */
- unsigned int mCurrencyId;
+ unsigned mCurrencyId;
Character *mChar; /**< Character involved. */
TradedItems mItems; /**< Traded items. */