aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <aokromes@gmail.com>2011-11-07 17:12:19 +0100
committerAokromes <aokromes@gmail.com>2011-11-07 17:12:19 +0100
commite123210c5400daaf0665112618d58838452169cb (patch)
tree205509c5e7461467a34d828555e1b8d063a531fb
parent26c7773503092569537e46ea05de23a0179fbf05 (diff)
DB:Areatrigger teleport: Fix orientation of triggers from AQ40
-rw-r--r--sql/updates/world/2011_11_06_01_world_areatrigger_teleport.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_11_06_01_world_areatrigger_teleport.sql b/sql/updates/world/2011_11_06_01_world_areatrigger_teleport.sql
new file mode 100644
index 00000000000..7a0dd8200b4
--- /dev/null
+++ b/sql/updates/world/2011_11_06_01_world_areatrigger_teleport.sql
@@ -0,0 +1,3 @@
+-- Correct AQ40's areatrigger_teleport orientation
+UPDATE `areatrigger_teleport` SET `target_position_z`='129.330612', `target_orientation`='0.929912' WHERE `id`=4010;
+UPDATE `areatrigger_teleport` SET `target_orientation`='4.030663' WHERE `id`=4012;