Fix bank widget IDs due to container changes

Fix bank title bar, item count and item container widget ids due to
changes in widget IDs (possibly caused by new container).

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-04-12 13:46:42 +02:00
parent 4c00303eda
commit 4799969ed9

View File

@@ -134,10 +134,10 @@ public class WidgetID
static class Bank
{
static final int ITEM_CONTAINER = 12;
static final int ITEM_CONTAINER = 23;
static final int INVENTORY_ITEM_CONTAINER = 3;
static final int BANK_TITLE_BAR = 4;
static final int BANK_ITEM_COUNT = 5;
static final int BANK_TITLE_BAR = 15;
static final int BANK_ITEM_COUNT = 16;
}
static class GrandExchange