Raids plugin: Reposition the points box to prevent it from overlapping overlays
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user