Fix 'ABERRANT_SPECTRE' typo in SlayerUnlock and CannonSpot enums

This commit is contained in:
William Collishaw
2019-06-18 18:40:43 -06:00
parent a7d4444998
commit 30c0a22aea
2 changed files with 2 additions and 2 deletions
@@ -56,7 +56,7 @@ public enum SlayerUnlock
TZHARR_ENABLE(18), TZHARR_ENABLE(18),
BOSS_ENABLE(19), BOSS_ENABLE(19),
BLOODVELD_EXTEND(20), BLOODVELD_EXTEND(20),
ABBERANT_SPECTRE_EXTEND(21), ABERRANT_SPECTRE_EXTEND(21),
AVIANSIES_EXTEND(22), AVIANSIES_EXTEND(22),
MITHRIL_DRAGON_EXTEND(23), MITHRIL_DRAGON_EXTEND(23),
CAVE_HORROR_EXTEND(24), CAVE_HORROR_EXTEND(24),
@@ -35,7 +35,7 @@ public enum CannonSpots
BLOODVELDS(new WorldPoint(2439, 9821, 0), new WorldPoint(2448, 9821, 0), new WorldPoint(2472, 9833, 0), new WorldPoint(2453, 9817, 0)), BLOODVELDS(new WorldPoint(2439, 9821, 0), new WorldPoint(2448, 9821, 0), new WorldPoint(2472, 9833, 0), new WorldPoint(2453, 9817, 0)),
FIRE_GIANTS(new WorldPoint(2393, 9782, 0), new WorldPoint(2412, 9776, 0), new WorldPoint(2401, 9780, 0)), FIRE_GIANTS(new WorldPoint(2393, 9782, 0), new WorldPoint(2412, 9776, 0), new WorldPoint(2401, 9780, 0)),
ABBERANT_SPECTRES(new WorldPoint(2456, 9791, 0)), ABERRANT_SPECTRES(new WorldPoint(2456, 9791, 0)),
HELLHOUNDS(new WorldPoint(2431, 9776, 0), new WorldPoint(2413, 9786, 0), new WorldPoint(2783, 9686, 0), new WorldPoint(3198, 10071, 0)), HELLHOUNDS(new WorldPoint(2431, 9776, 0), new WorldPoint(2413, 9786, 0), new WorldPoint(2783, 9686, 0), new WorldPoint(3198, 10071, 0)),
BLACK_DEMONS(new WorldPoint(2859, 9778, 0), new WorldPoint(2841, 9791, 0)), BLACK_DEMONS(new WorldPoint(2859, 9778, 0), new WorldPoint(2841, 9791, 0)),
ELVES(new WorldPoint(2044, 4635, 0)), ELVES(new WorldPoint(2044, 4635, 0)),