From 2c6ea0fed63b45e68685ce6908992678cc9b3c22 Mon Sep 17 00:00:00 2001 From: Hydrox6 Date: Sun, 18 Jul 2021 01:29:25 +0100 Subject: [PATCH] roof removal: fix bridge at entrance to Lletya --- .../client/plugins/roofremoval/overrides.jsonc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/runelite-client/src/main/resources/net/runelite/client/plugins/roofremoval/overrides.jsonc b/runelite-client/src/main/resources/net/runelite/client/plugins/roofremoval/overrides.jsonc index 0d7195e6ab..1ceb79ccda 100644 --- a/runelite-client/src/main/resources/net/runelite/client/plugins/roofremoval/overrides.jsonc +++ b/runelite-client/src/main/resources/net/runelite/client/plugins/roofremoval/overrides.jsonc @@ -2315,5 +2315,15 @@ "z1": 0, "z2": 0 } + ], + "9265": [ // Lletya + { + "rx1": 23, + "ry1": 34, + "rx2": 23, + "ry2": 37, + "z1": 0, + "z2": 0 + } ] }