From 96f37919b2b045ca375740b89147b070165ab269 Mon Sep 17 00:00:00 2001 From: offl Date: Wed, 16 Sep 2020 15:54:50 +0300 Subject: DB/Areatrigger: Update teleport maps & positions of Forge of Souls & Pit of Saron instance end areatriggers Areattriger at the end of Forge of Souls should teleport players to Pit of Saron, Pit of Saron areatrigger should teleport players to Halls of Reflection --- sql/updates/world/3.3.5/2020_09_16_02_world_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_09_16_02_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_09_16_02_world_335.sql b/sql/updates/world/3.3.5/2020_09_16_02_world_335.sql new file mode 100644 index 00000000000..59871ccb9d2 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_09_16_02_world_335.sql @@ -0,0 +1,3 @@ +-- +UPDATE `areatrigger_teleport` SET `target_map` = 658, `target_position_x` = 432.568, `target_position_y` = 212.344, `target_position_z` = 528.709, `target_orientation` = 0 WHERE `ID` = 5688; +UPDATE `areatrigger_teleport` SET `target_map` = 668, `target_position_x` = 5239.46, `target_position_y` = 1932.99, `target_position_z` = 707.695, `target_orientation` = 0.785398 WHERE `ID` = 5683; -- cgit v1.2.3