Changed Runecrafting Guild Teleport tablet to the unused Telekinetic Grab tablet

This commit is contained in:
randy 2024-11-04 19:18:39 -07:00
parent d74d83b2ec
commit 82681e8303

View file

@ -32,7 +32,7 @@ class TeleTabsListener : InteractionListener {
LUMBRIDGE_TELEPORT(8008, Location.create(3222, 3218, 0), 41.0),
MIND_ALTAR_TELEPORT(13600, Location.create(2979, 3510, 0), 0.0),
NATURE_ALTAR_TELEPORT(13607, Location.create(2868, 3013, 0), 0.0),
RUNECRAFTING_GUILD_TELEPORT(13598, Location.create(2836, 3285, 0), 0.0),
TELEKINETIC_GRAB(8022, Location.create(2836, 3285, 0), 0.0),
VARROCK_TELEPORT(8007, Location.create(3212, 3423, 0), 35.00),
WATCH_TOWER_TELEPORT(8012, Location.create(2548, 3114, 0), 68.00),
WATER_ALTAR_TELEPORT(13601, Location.create(3182, 3162, 0), 0.0);