From 7690d80141db6bb69290da64b85ae548f578efe7 Mon Sep 17 00:00:00 2001 From: kaelima Date: Thu, 9 Jun 2011 19:40:23 +0200 Subject: DB/Areatrigger: Fix orientations of some areatrigger_teleports. Thanks Aokromes --- sql/updates/world/2011_06_09_04_world_areatrigger_teleport.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2011_06_09_04_world_areatrigger_teleport.sql (limited to 'sql') 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 -- cgit v1.2.3