diff options
author | Kinzcool <kinzzcool@hotmail.com> | 2013-02-09 19:36:29 -0500 |
---|---|---|
committer | Kinzcool <kinzzcool@hotmail.com> | 2013-02-09 19:36:29 -0500 |
commit | 8e58779d91ab03d647d3133b785b5ecf1069e897 (patch) | |
tree | 40c4bb04fffa52857fc5e375b98662cee1ab9ff4 | |
parent | caf70ee40db1854e957dd4f2806cdeebc552512d (diff) |
DB/Triggers: Fixed access to Duskwither Spire
-rw-r--r-- | sql/updates/world/2013_02_09_02_world_areatrigger_teleport.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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'); |