From 872ec0ba8ab05bceba53bcd5388779daf9713ee2 Mon Sep 17 00:00:00 2001 From: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com> Date: Mon, 3 Nov 2025 22:10:58 +0100 Subject: [PATCH] fix(DB/AreaTrigger): Teleport on the top of Naxxanar now works. (#23466) --- data/sql/updates/pending_db_world/last_rite.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/last_rite.sql diff --git a/data/sql/updates/pending_db_world/last_rite.sql b/data/sql/updates/pending_db_world/last_rite.sql new file mode 100644 index 000000000..2ce663366 --- /dev/null +++ b/data/sql/updates/pending_db_world/last_rite.sql @@ -0,0 +1,6 @@ + +DELETE FROM `areatrigger_scripts` WHERE `entry` = 5338; + +DELETE FROM `areatrigger_teleport` WHERE `ID` = 5338; +INSERT INTO `areatrigger_teleport` (`ID`, `Name`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`) VALUES +(5338, 'Naxxanar Top -> Down', 571, 3733.68, 3563.25, 290.812, 3.66519);