aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKinzcool <kinzzcool@hotmail.com>2013-02-23 18:40:50 -0500
committerKinzcool <kinzzcool@hotmail.com>2013-02-23 18:40:50 -0500
commit5f16aad0927de35a87bcaaad76ef6808f128bce2 (patch)
treed526fc1f22b87add1927f83b28005061891a603c
parentb1d43f837a2c1a75c70f72e46abf2be584886d85 (diff)
DB/Trigger: Fixed instance exit of the Culling of Stratholme
-rw-r--r--sql/updates/world/2013_02_23_01_world_areatrigger_teleport.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_02_23_01_world_areatrigger_teleport.sql b/sql/updates/world/2013_02_23_01_world_areatrigger_teleport.sql
new file mode 100644
index 00000000000..3b34e18a682
--- /dev/null
+++ b/sql/updates/world/2013_02_23_01_world_areatrigger_teleport.sql
@@ -0,0 +1,3 @@
+DELETE FROM `areatrigger_teleport` WHERE `id`=5148;
+INSERT INTO `areatrigger_teleport` (`id`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`, `name`) VALUES
+(5148, 1, -8756.6, -4457.02, -200.481, 1.39626, 'CoT Stratholme - Exit Target');