From d855488fdc9830c00ed3ce71532cfd52316988f1 Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Fri, 25 Feb 2005 18:09:30 +0000 Subject: Fixing equipment and shops according to the new server script --- src/gui/itemcontainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/itemcontainer.cpp') diff --git a/src/gui/itemcontainer.cpp b/src/gui/itemcontainer.cpp index 195f9188..49a6278b 100644 --- a/src/gui/itemcontainer.cpp +++ b/src/gui/itemcontainer.cpp @@ -60,7 +60,7 @@ void ItemContainer::draw(gcn::Graphics* graphics) for (int i = 0; i < INVENTORY_SIZE; i++) { if (items[i].quantity > 0) { - if (items[i].id >= 501 && items[i].id <= 2301) { + if (items[i].id >= 501 && items[i].id <= 1202) { itemset->spriteset[items[i].id - 501]->draw(screen, x + 24 * i, y + 2); -- cgit v1.2.3-70-g09d2