Use more optimal location for Jatizso Ice Trolls cannon spot (#5715)

Fixes #5710
This commit is contained in:
bowlcutmullet
2018-09-30 02:28:50 +02:00
committed by Tomas Slusny
parent 6cd4aafc3c
commit 53b3ba19b0

View File

@@ -40,7 +40,7 @@ public enum CannonSpots
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)),
SUQAHS(new WorldPoint(2114, 3943, 0)), SUQAHS(new WorldPoint(2114, 3943, 0)),
TROLLS(new WorldPoint(2405, 3857, 0)), TROLLS(new WorldPoint(2401, 3856, 0)),
GREATER_DEMONS(new WorldPoint(1435, 10086, 2)), GREATER_DEMONS(new WorldPoint(1435, 10086, 2)),
BRINE_RAT(new WorldPoint(2707, 10132, 0)), BRINE_RAT(new WorldPoint(2707, 10132, 0)),
DAGGANOTH(new WorldPoint(2524, 10020, 0)), DAGGANOTH(new WorldPoint(2524, 10020, 0)),