diff options
Diffstat (limited to 'src/gui/sell.cpp')
-rw-r--r-- | src/gui/sell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/sell.cpp b/src/gui/sell.cpp index 784f38b6..2684fc2a 100644 --- a/src/gui/sell.cpp +++ b/src/gui/sell.cpp @@ -162,7 +162,7 @@ void SellDialog::addItem(Item *item, int price) item_shop.name = ss.str(); item_shop.price = price; item_shop.index = item->getInvIndex(); - item_shop.id = item->getId();; + item_shop.id = item->getId(); item_shop.quantity = item->getQuantity(); shopInventory.push_back(item_shop); |