diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2025_12_23_00_world.sql | 8 |
1 files changed, 8 insertions, 0 deletions
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'); |
