Update worldpoint for map clue 2713

Change worldpoint for easy map clue ID 2713 

Fixes https://github.com/runelite/runelite/issues/1309#issuecomment-379477643 on issue #1309
This commit is contained in:
FatalWaffles
2018-04-10 10:37:29 -04:00
committed by GitHub
parent eb82baa625
commit 7ebf8f03eb

View File

@@ -51,7 +51,7 @@ import static net.runelite.client.plugins.cluescrolls.ClueScrollWorldOverlay.SPA
public class MapClue extends ClueScroll implements ObjectClueScroll
{
private static final Set<MapClue> CLUES = ImmutableSet.of(
new MapClue(CLUE_SCROLL_EASY_2713, new WorldPoint(2977, 3341, 0)),
new MapClue(CLUE_SCROLL_EASY_2713, new WorldPoint(3166, 3361, 0)),
new MapClue(CLUE_SCROLL_EASY_2716, new WorldPoint(3290, 3374, 0)),
new MapClue(CLUE_SCROLL_EASY_2719, new WorldPoint(3043, 3398, 0)),
new MapClue(CLUE_SCROLL_HARD, new WorldPoint(3309, 3502, 0), CRATE_2620),