menu entry swapper: add withdraw/deposit swap for chambers of xeric storage

This commit is contained in:
sam
2020-09-22 22:55:23 -07:00
committed by Adam
parent 6457681c55
commit b4cfb70851
4 changed files with 42 additions and 21 deletions

View File

@@ -156,6 +156,9 @@ public class WidgetID
public static final int HALLOWED_SEPULCHRE_TIMER_GROUP_ID = 668;
public static final int BANK_PIN_GROUP_ID = 213;
public static final int HEALTH_OVERLAY_BAR_GROUP_ID = 303;
public static final int CHAMBERS_OF_XERIC_STORAGE_UNIT_PRIVATE_GROUP_ID = 271;
public static final int CHAMBERS_OF_XERIC_STORAGE_UNIT_SHARED_GROUP_ID = 550;
public static final int CHAMBERS_OF_XERIC_STORAGE_UNIT_INVENTORY_GROUP_ID = 551;
static class WorldMap
{