mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-11-10 12:24:22 +08:00
fix(DB/AreaTrigger): Teleport on the top of Naxxanar now works. (#23466)
This commit is contained in:
parent
b74d3dc62b
commit
872ec0ba8a
6
data/sql/updates/pending_db_world/last_rite.sql
Normal file
6
data/sql/updates/pending_db_world/last_rite.sql
Normal file
@ -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);
|
||||
Loading…
x
Reference in New Issue
Block a user