Merge pull request #3086 from pure-sb/features/fix-ge-confirm-button
WidgetID: fix grandexchange confirm button widget child id
This commit is contained in:
@@ -27,7 +27,7 @@ object ProjectVersions {
|
|||||||
const val launcherVersion = "2.2.0"
|
const val launcherVersion = "2.2.0"
|
||||||
const val rlVersion = "1.8.6"
|
const val rlVersion = "1.8.6"
|
||||||
|
|
||||||
const val openosrsVersion = "4.16.0"
|
const val openosrsVersion = "4.16.1"
|
||||||
|
|
||||||
const val rsversion = 202
|
const val rsversion = 202
|
||||||
const val cacheversion = 165
|
const val cacheversion = 165
|
||||||
|
|||||||
@@ -325,7 +325,7 @@ public final class WidgetID
|
|||||||
static final int OFFER_CONTAINER = 25;
|
static final int OFFER_CONTAINER = 25;
|
||||||
static final int OFFER_DESCRIPTION = 26;
|
static final int OFFER_DESCRIPTION = 26;
|
||||||
static final int OFFER_PRICE = 27;
|
static final int OFFER_PRICE = 27;
|
||||||
static final int OFFER_CONFIRM_BUTTON = 28;
|
static final int OFFER_CONFIRM_BUTTON = 29;
|
||||||
}
|
}
|
||||||
|
|
||||||
static class GrandExchangeInventory
|
static class GrandExchangeInventory
|
||||||
|
|||||||
Reference in New Issue
Block a user