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:
@@ -51,7 +51,7 @@ import static net.runelite.client.plugins.cluescrolls.ClueScrollWorldOverlay.SPA
|
|||||||
public class MapClue extends ClueScroll implements ObjectClueScroll
|
public class MapClue extends ClueScroll implements ObjectClueScroll
|
||||||
{
|
{
|
||||||
private static final Set<MapClue> CLUES = ImmutableSet.of(
|
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_2716, new WorldPoint(3290, 3374, 0)),
|
||||||
new MapClue(CLUE_SCROLL_EASY_2719, new WorldPoint(3043, 3398, 0)),
|
new MapClue(CLUE_SCROLL_EASY_2719, new WorldPoint(3043, 3398, 0)),
|
||||||
new MapClue(CLUE_SCROLL_HARD, new WorldPoint(3309, 3502, 0), CRATE_2620),
|
new MapClue(CLUE_SCROLL_HARD, new WorldPoint(3309, 3502, 0), CRATE_2620),
|
||||||
|
|||||||
Reference in New Issue
Block a user