Add new WidgetIDs for minimap

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-07-20 22:13:03 +02:00
parent 0a4ce4cf4c
commit 4218459617
4 changed files with 21 additions and 6 deletions
@@ -97,7 +97,7 @@ class PrayerDoseOverlay extends Overlay
@Override
public Dimension render(Graphics2D graphics)
{
final Widget xpOrb = client.getWidget(WidgetInfo.QUICK_PRAYER_ORB);
final Widget xpOrb = client.getWidget(WidgetInfo.MINIMAP_QUICK_PRAYER_ORB);
if (xpOrb == null)
{
return null;
@@ -67,7 +67,7 @@ class PrayerFlickOverlay extends Overlay
return null;
}
Widget xpOrb = client.getWidget(WidgetInfo.QUICK_PRAYER_ORB);
Widget xpOrb = client.getWidget(WidgetInfo.MINIMAP_QUICK_PRAYER_ORB);
if (xpOrb == null)
{
return null;