upstream: merge
upstream: merge
This commit is contained in:
@@ -228,9 +228,9 @@ public enum MenuOpcode
|
||||
PLAYER_EIGTH_OPTION(51),
|
||||
|
||||
/**
|
||||
* Default menu action for a widget.
|
||||
* Menu action for normal priority child component actions.
|
||||
*/
|
||||
WIDGET_DEFAULT(57),
|
||||
CC_OP(57),
|
||||
|
||||
/**
|
||||
* Casting a spell / op target on a widget
|
||||
@@ -263,10 +263,9 @@ public enum MenuOpcode
|
||||
*/
|
||||
CANCEL(1006),
|
||||
/**
|
||||
* Menu action triggered by either examining item in bank, examining
|
||||
* item in inventory while having bank open, or examining equipped item.
|
||||
* Menu action for low priority child component actions.
|
||||
*/
|
||||
EXAMINE_ITEM_BANK_EQ(1007),
|
||||
CC_OP_LOW_PRIORITY(1007),
|
||||
|
||||
/**
|
||||
* Menu action injected by runelite for its menu items.
|
||||
|
||||
Reference in New Issue
Block a user