From 6712984978b5c5c07701d3d9195090c7dfb23534 Mon Sep 17 00:00:00 2001 From: RuneLite Cache-Code Autoupdater Date: Thu, 31 Oct 2019 11:33:20 +0000 Subject: [PATCH] Update Widget IDs to 2019-10-31-rev182 --- .../src/main/java/net/runelite/api/widgets/WidgetID.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/runelite-api/src/main/java/net/runelite/api/widgets/WidgetID.java b/runelite-api/src/main/java/net/runelite/api/widgets/WidgetID.java index a0a6c4bf62..b2d321d827 100644 --- a/runelite-api/src/main/java/net/runelite/api/widgets/WidgetID.java +++ b/runelite-api/src/main/java/net/runelite/api/widgets/WidgetID.java @@ -740,10 +740,10 @@ public class WidgetID static class Pvp { static final int BOUNTY_HUNTER_INFO = 6; - static final int KILLDEATH_RATIO = 33; - static final int SKULL_CONTAINER = 53; - static final int SAFE_ZONE = 55; - static final int WILDERNESS_LEVEL = 58; // this can also be the Deadman Mode "Protection" text + static final int KILLDEATH_RATIO = 34; + static final int SKULL_CONTAINER = 54; + static final int SAFE_ZONE = 56; + static final int WILDERNESS_LEVEL = 59; // this can also be the Deadman Mode "Protection" text } static class KourendFavour