Show HA profit while casting HA on items (#9070)
This commit is contained in:
@@ -94,6 +94,11 @@ class ItemPricesOverlay extends Overlay
|
|||||||
// Tooltip action type handling
|
// Tooltip action type handling
|
||||||
switch (action)
|
switch (action)
|
||||||
{
|
{
|
||||||
|
case ITEM_USE_ON_WIDGET:
|
||||||
|
if (!menuEntry.getTarget().contains("High Level Alchemy") || !config.showAlchProfit())
|
||||||
|
{
|
||||||
|
break;
|
||||||
|
}
|
||||||
case WIDGET_DEFAULT:
|
case WIDGET_DEFAULT:
|
||||||
case ITEM_USE:
|
case ITEM_USE:
|
||||||
case ITEM_FIRST_OPTION:
|
case ITEM_FIRST_OPTION:
|
||||||
|
|||||||
Reference in New Issue
Block a user