diff options
| author | Naddley <NaddleyTC@gmail.com> | 2024-07-28 14:25:46 +0200 |
|---|---|---|
| committer | Naddley <NaddleyTC@gmail.com> | 2024-07-28 14:25:46 +0200 |
| commit | d96b7d21ca7c21f7ff091e6e6bcda1d7c761445d (patch) | |
| tree | e657f1d9a7424d42f0298591a6aa3632a273266b | |
| parent | d4f4cdc23869a92715e65e273d49d0b36b44f035 (diff) | |
DB/Phase: Name phases for the "Hunt for the Harbinger" Questchain
| -rw-r--r-- | sql/updates/world/master/2024_07_28_00_world.sql | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_07_28_00_world.sql b/sql/updates/world/master/2024_07_28_00_world.sql new file mode 100644 index 00000000000..e9836a09424 --- /dev/null +++ b/sql/updates/world/master/2024_07_28_00_world.sql @@ -0,0 +1,24 @@ +-- Phase +DELETE FROM `phase_name` WHERE `ID` IN (22378, 22380, 22392, 23604, 22398, 22879, 22431, 22432, 23686, 22726, 22441, 22442, 22444, 22479, 22480, 22583, 22566, 22394, 22601, 22658, 22752); +INSERT INTO `phase_name` (`ID`, `Name`) VALUES +(22378, 'Cosmetic - See Alleria after Cutscene'), +(22380, 'Cosmetic - See Rift to Telogrus in Dalaran'), +(22392, 'Cosmetic - See Alleria and Magister Umbrick'), +(23604, 'Cosmetic - See Unstable Void Rift in Telogrus Rift'), +(22398, 'Cosmetic - See Alleria in Cosmic Horizon'), +(22879, 'Cosmetic - See Rift to Northrend in Cosmic Horizon'), +(22431, 'Cosmetic - See Alleria at The Dragon Wastes'), +(22432, 'Cosmetic - See Alleria near Void presence at The Dragon Wastes'), +(23686, 'Cosmetic - See Riftwalker Tracks at The Dragon Wastes'), +(22726, 'Cosmetic - See Telogrus Rift at The Dragon Wastes'), +(22441, 'Ulduar - Missing Riftwalker'), +(22442, 'Cosmetic - See Alleria at the entrance of Ulduar'), +(22444, 'Cosmetic - See Void Portal to Eredath'), +(22479, 'Cosmetic - See Alleria in Eredath'), +(22480, 'Eredath - Allerias Memories'), +(22583, 'Cosmetic - See Call of the Void'), +(22566, 'Cosmetic - See Memories of Alleria and Turalyon'), +(22394, 'Telogrus Rift - Harbinger Attack'), +(22601, 'Cosmetic - See Alleria back in Telogrus Rift'), +(22658, 'Cosmetic - See Alleria before Rift to Equinox Reach'), +(22752, 'Cosmetic - See Alleria after Turalyon is defeated'); |
