From 5f16aad0927de35a87bcaaad76ef6808f128bce2 Mon Sep 17 00:00:00 2001 From: Kinzcool Date: Sat, 23 Feb 2013 18:40:50 -0500 Subject: DB/Trigger: Fixed instance exit of the Culling of Stratholme --- sql/updates/world/2013_02_23_01_world_areatrigger_teleport.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2013_02_23_01_world_areatrigger_teleport.sql (limited to 'sql') 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'); -- cgit v1.2.3