diff options
| -rw-r--r-- | sql/updates/world/2011_11_06_01_world_areatrigger_teleport.sql | 3 | 
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;  | 
