From 8e58779d91ab03d647d3133b785b5ecf1069e897 Mon Sep 17 00:00:00 2001 From: Kinzcool Date: Sat, 9 Feb 2013 19:36:29 -0500 Subject: DB/Triggers: Fixed access to Duskwither Spire --- sql/updates/world/2013_02_09_02_world_areatrigger_teleport.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2013_02_09_02_world_areatrigger_teleport.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2013_02_09_02_world_areatrigger_teleport.sql b/sql/updates/world/2013_02_09_02_world_areatrigger_teleport.sql new file mode 100644 index 00000000000..2a0c1682e32 --- /dev/null +++ b/sql/updates/world/2013_02_09_02_world_areatrigger_teleport.sql @@ -0,0 +1,4 @@ +DELETE FROM `areatrigger_teleport` WHERE `id` IN (4233, 4267); +INSERT INTO `areatrigger_teleport` (`id`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`, `name`) VALUES +(4233, 530, 9331.49, -7812.27, 136.569, 5.23599, 'Eversong Woods - Duskwither UP Target'), +(4267, 530, 9334.03, -7880.02, 74.9095, 2.35619, 'Eversong Woods - Duskwither DOWN Target'); -- cgit v1.2.3