From 7811daa3d454e75c8eae7075a55abaa49c5f9ea8 Mon Sep 17 00:00:00 2001 From: Naddley Date: Tue, 23 Dec 2025 21:17:40 +0100 Subject: DB/Phase: Name some Legion Remix phases --- sql/updates/world/master/2025_12_23_00_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/master/2025_12_23_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2025_12_23_00_world.sql b/sql/updates/world/master/2025_12_23_00_world.sql new file mode 100644 index 00000000000..bab9eda91ab --- /dev/null +++ b/sql/updates/world/master/2025_12_23_00_world.sql @@ -0,0 +1,8 @@ +-- Phase names Legion Remix +DELETE FROM `phase_name` WHERE `ID` IN (26208,26315,26517,27370,25667); +INSERT INTO `phase_name` (`ID`, `Name`) VALUES +(26208, 'Dalaran - Remix Legion Invasion'), +(26315, 'Cosmetic - See Frayed Temporal Threads'), +(26517, 'Cosmetic - See Moratari in The Chamber of the Guardian'), +(27370, 'Cosmetic - See Moratari at the Infinite Bazaar'), +(25667, 'Cosmetic - See Infinite Bazaar GameObjects and Creatures'); -- cgit v1.2.3