diff options
author | Kinzcool <kinzzcool@hotmail.com> | 2013-05-19 22:06:09 -0400 |
---|---|---|
committer | Kinzcool <kinzzcool@hotmail.com> | 2013-05-19 22:06:09 -0400 |
commit | 0dc9353746e3eb24fa015b02e23a8a7154346b09 (patch) | |
tree | 286dc9ec7bf063278303edf8007ef6760eb6b74b | |
parent | b88133b366f34f0049e09f4f90c35621d12f4087 (diff) |
DB/Triggers: Added "anti-exploration" teleport for Scholomance.
-rw-r--r-- | sql/updates/world/2013_05_20_02_world_areatrigger_teleport.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2013_05_20_02_world_areatrigger_teleport.sql b/sql/updates/world/2013_05_20_02_world_areatrigger_teleport.sql new file mode 100644 index 00000000000..4b6220161bd --- /dev/null +++ b/sql/updates/world/2013_05_20_02_world_areatrigger_teleport.sql @@ -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'); |