summaryrefslogtreecommitdiff
path: root/src/game-server/buysell.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/buysell.hpp')
-rw-r--r--src/game-server/buysell.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game-server/buysell.hpp b/src/game-server/buysell.hpp
index 514200ac..a9903bc2 100644
--- a/src/game-server/buysell.hpp
+++ b/src/game-server/buysell.hpp
@@ -75,6 +75,9 @@ class BuySell
typedef std::vector< TradedItem > TradedItems;
+ /** The attribute ID of the currency to use. Hardcoded for now (FIXME) */
+ unsigned int mCurrencyId;
+
Character *mChar; /**< Character involved. */
TradedItems mItems; /**< Traded items. */
bool mSell; /**< Are items sold? */