Raids plugin: Reposition the points box to prevent it from overlapping overlays

This commit is contained in:
Kamiel
2018-03-07 22:58:20 +01:00
parent 48966a9ab5
commit bcb579344b
5 changed files with 48 additions and 1 deletions

View File

@@ -74,6 +74,7 @@ public class WidgetID
public static final int WORLD_MAP = 595;
public static final int PYRAMID_PLUNDER_GROUP_ID = 428;
public static final int RAIDS_REWARD_GROUP_ID = 539;
public static final int EXPERIENCE_TRACKER_GROUP_ID = 122;
static class WorldMap
{
@@ -318,4 +319,10 @@ public class WidgetID
static final int SPRITE = 0;
static final int TEXT = 1;
}
static class ExperienceTracker
{
static final int WIDGET = 1;
static final int BOTTOM_BAR = 14;
}
}