From 45a0b43eee995d6050271f857e3a9524db468cef Mon Sep 17 00:00:00 2001 From: Major Date: Tue, 27 Mar 2018 20:07:31 +0100 Subject: [PATCH] Remove incorrect Gunnarsgrunn fishing spots The spots are actually on Tutorial Island and result in two fishing spots stacked on top of each other. --- game/plugin/skills/fishing/src/spots.kts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/game/plugin/skills/fishing/src/spots.kts b/game/plugin/skills/fishing/src/spots.kts index 014c5d13..b86b6e8f 100644 --- a/game/plugin/skills/fishing/src/spots.kts +++ b/game/plugin/skills/fishing/src/spots.kts @@ -125,10 +125,6 @@ register(ROD, x = 2385, y = 3422) register(ROD, x = 2384, y = 3419) register(ROD, x = 2383, y = 3417) -// Gunnarsgrunn -register(ROD, x = 3101, y = 3092) -register(ROD, x = 3103, y = 3092) - // Karamja register(NET_ROD, x = 2921, y = 3178) register(CAGE_HARPOON, x = 2923, y = 3179)