summaryrefslogtreecommitdiffstats
path: root/src/game-server/trade.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/trade.h')
-rw-r--r--src/game-server/trade.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/trade.h b/src/game-server/trade.h
index d425767..43b674f 100644
--- a/src/game-server/trade.h
+++ b/src/game-server/trade.h
@@ -101,7 +101,7 @@ class Trade
TradedItems mItems1, mItems2; /**< Traded items. */
int mMoney1, mMoney2; /**< Traded money. */
TradeState mState; /**< State of transaction. */
- unsigned int mCurrencyId; /**< The attribute to use as currency. */
+ unsigned mCurrencyId; /**< The attribute to use as currency. */
};
#endif