From 0a8514fa5f8bc9927716d1b9d2b0d8dde8886317 Mon Sep 17 00:00:00 2001 From: pilino1234 Date: Wed, 14 Oct 2020 11:31:27 +0200 Subject: [PATCH] Worldhopper: Update league world color for Trailblazer Color source: https://secure.runescape.com/m=news/gielinor-gazette-september-2020?oldschool=1 --- .../net/runelite/client/plugins/worldhopper/WorldTableRow.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/worldhopper/WorldTableRow.java b/runelite-client/src/main/java/net/runelite/client/plugins/worldhopper/WorldTableRow.java index d3f6315ba2..3abf40fa2f 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/worldhopper/WorldTableRow.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/worldhopper/WorldTableRow.java @@ -62,7 +62,7 @@ class WorldTableRow extends JPanel private static final Color TOURNAMENT_WORLD = new Color(79, 145, 255); private static final Color MEMBERS_WORLD = new Color(210, 193, 53); private static final Color FREE_WORLD = new Color(200, 200, 200); - private static final Color LEAGUE_WORLD = new Color(157, 237, 1); + private static final Color LEAGUE_WORLD = new Color(133, 177, 178); static {