summaryrefslogtreecommitdiff
path: root/src/gui/sell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/sell.cpp')
-rw-r--r--src/gui/sell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/sell.cpp b/src/gui/sell.cpp
index e12b61ed..f2e1677f 100644
--- a/src/gui/sell.cpp
+++ b/src/gui/sell.cpp
@@ -94,7 +94,7 @@ void SellDialog::addItem(short index, int price)
ITEM_SHOP item_shop;
sprintf(item_shop.name, "%s %i gp",
- itemDb.getItemInfo(id)->getName().c_str(), price);
+ itemDb->getItemInfo(id)->getName().c_str(), price);
item_shop.price = price;
item_shop.index = index;
item_shop.id = id;