diff options
author | kaelima <jeppo_meyer@msn.com> | 2011-06-09 19:40:23 +0200 |
---|---|---|
committer | kaelima <jeppo_meyer@msn.com> | 2011-06-09 19:40:23 +0200 |
commit | 7690d80141db6bb69290da64b85ae548f578efe7 (patch) | |
tree | 9668ac5c33dccb53ee201a99e62de3e285b4553e | |
parent | 5bc4e6e96572f69840358413fc00730b88af364d (diff) |
DB/Areatrigger: Fix orientations of some areatrigger_teleports.
Thanks Aokromes
-rw-r--r-- | sql/updates/world/2011_06_09_04_world_areatrigger_teleport.sql | 4 |
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 |