Merge pull request #5640 from deathbeam/bounty-hunter-layoutable

Make bounty hunter stats widget layoutable
This commit is contained in:
Tomas Slusny
2018-10-12 20:15:30 +02:00
committed by GitHub
3 changed files with 3 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ public class WidgetOverlay extends Overlay
.put(WidgetInfo.TITHE_FARM, OverlayPosition.TOP_RIGHT)
.put(WidgetInfo.PEST_CONTROL_BOAT_INFO, OverlayPosition.TOP_LEFT)
.put(WidgetInfo.PEST_CONTROL_INFO, OverlayPosition.TOP_LEFT)
.put(WidgetInfo.PVP_BOUNTY_HUNTER_STATS, OverlayPosition.TOP_RIGHT)
.build();
public static Collection<WidgetOverlay> createOverlays(final Client client)