diff options
| author | offl <offl@users.noreply.github.com> | 2020-09-16 15:54:50 +0300 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2020-09-16 15:54:50 +0300 |
| commit | 96f37919b2b045ca375740b89147b070165ab269 (patch) | |
| tree | 4f4ef70f6f082a4f5abc655c55115af1568dcdf6 | |
| parent | 3f9ac8bad204ad184c91b56f2fb45ee09ef774e5 (diff) | |
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
| -rw-r--r-- | sql/updates/world/3.3.5/2020_09_16_02_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
