mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-13 23:43:44 +00:00
7
data/sql/updates/db_world/2025_11_03_01.sql
Normal file
7
data/sql/updates/db_world/2025_11_03_01.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2025_11_03_00 -> 2025_11_03_01
|
||||
|
||||
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);
|
||||
Reference in New Issue
Block a user