aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaelima <jeppo_meyer@msn.com>2011-06-09 19:40:23 +0200
committerkaelima <jeppo_meyer@msn.com>2011-06-09 19:40:23 +0200
commit7690d80141db6bb69290da64b85ae548f578efe7 (patch)
tree9668ac5c33dccb53ee201a99e62de3e285b4553e
parent5bc4e6e96572f69840358413fc00730b88af364d (diff)
DB/Areatrigger: Fix orientations of some areatrigger_teleports.
Thanks Aokromes
-rw-r--r--sql/updates/world/2011_06_09_04_world_areatrigger_teleport.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2011_06_09_04_world_areatrigger_teleport.sql b/sql/updates/world/2011_06_09_04_world_areatrigger_teleport.sql
new file mode 100644
index 00000000000..43c0177f101
--- /dev/null
+++ b/sql/updates/world/2011_06_09_04_world_areatrigger_teleport.sql
@@ -0,0 +1,4 @@
+UPDATE `areatrigger_teleport` SET `target_orientation`=2.58 WHERE `id`=4008; -- Fixes AQ20 entrance rotation
+UPDATE `areatrigger_teleport` SET `target_orientation`=3.779335 WHERE `id`=503; -- Fixes Stockades exit rotation
+UPDATE `areatrigger_teleport` SET `name`= 'Sethekk Halls (Exit)',`target_orientation`=1.65638 WHERE `id`=4399; -- Fixes Sethekk Halls exit rotation and name for trigger
+UPDATE `areatrigger_teleport` SET `name`= 'Auchenai Crypts (Exit)',`target_orientation`=4.672236 WHERE `id`=4403; -- Fixes Auchenai Crypts exit rotation and name for trigger