mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
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
This commit is contained in:
3
sql/updates/world/3.3.5/2020_09_16_02_world_335.sql
Normal file
3
sql/updates/world/3.3.5/2020_09_16_02_world_335.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user