DB/Triggers: Added "anti-exploration" teleport for Scholomance.

This commit is contained in:
Kinzcool
2013-05-19 22:06:09 -04:00
parent b88133b366
commit 0dc9353746

View File

@@ -0,0 +1,5 @@
DELETE FROM `areatrigger_teleport` WHERE `id` IN (2547, 2548, 2549);
INSERT INTO `areatrigger_teleport` (`id`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`, `name`) VALUES
(2547, 0, 1399.42, -2574.59, 107.786, 6.28319, 'Scholomance - Exit Porch Target 001'),
(2548, 0, 1399.42, -2574.59, 107.786, 6.28319, 'Scholomance - Exit Porch Target 001'),
(2549, 0, 1399.42, -2574.59, 107.786, 6.28319, 'Scholomance - Exit Porch Target 001');