aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorNaddley <NaddleyTC@gmail.com>2025-12-23 21:17:40 +0100
committerNaddley <NaddleyTC@gmail.com>2025-12-23 21:17:40 +0100
commit7811daa3d454e75c8eae7075a55abaa49c5f9ea8 (patch)
treed4476c5d874b90854ac86b360654a76fdfec831d /sql/updates
parentd808284cde9ec0079d16e6d02d58c3c100987341 (diff)
DB/Phase: Name some Legion Remix phases
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2025_12_23_00_world.sql8
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');