diff options
author | ModoX <moardox@gmail.com> | 2024-01-31 22:21:09 +0100 |
---|---|---|
committer | ModoX <moardox@gmail.com> | 2024-01-31 22:21:23 +0100 |
commit | b3b3f26f7dd84a3e02d2fa4b8340d85de6855020 (patch) | |
tree | 6c19dc506f16a79d9107d4cdf47ed431b181d39e | |
parent | 9e02a6ac46b514637ebcd30567de214c8ac2c047 (diff) |
DB/Phases: Added phase names for Outland Cup
-rw-r--r-- | sql/updates/world/master/2024_01_31_01_world.sql | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_01_31_01_world.sql b/sql/updates/world/master/2024_01_31_01_world.sql new file mode 100644 index 00000000000..48eaa1d99c1 --- /dev/null +++ b/sql/updates/world/master/2024_01_31_01_world.sql @@ -0,0 +1,40 @@ +DELETE FROM `phase_name` WHERE `ID` IN(21638, 21644, 21645, 21624, 21625, 21626, 21769, 21770, 21789, 21790, 21791, 21654, 21655, 21656, 21618, 21619, 21620, 21537, 21539, 21540, 21596, 21597, 21598, 21757, 21758, 21759, 21542, 21545, 21546, 21576, 21577, 21578, 21665, 21666, 21667, 21641, 21642, 21643); +INSERT INTO `phase_name` (`ID`, `Name`) VALUES +(21638, 'Outland Cup - Shattrath City Sashay - Normal Course'), +(21644, 'Outland Cup - Shattrath City Sashay - Advanced Course'), +(21645, 'Outland Cup - Shattrath City Sashay - Reverse Course'), +(21624, 'Outland Cup - Auchindoun Coaster - Normal Course'), +(21625, 'Outland Cup - Auchindoun Coaster - Advanced Course'), +(21626, 'Outland Cup - Auchindoun Coaster - Reverse Course'), +(21769, 'Outland Cup - Skettis Scramble - Normal Course'), +(21770, 'Outland Cup - Skettis Scramble - Advanced Course'), +(21789, 'Outland Cup - Fel Pit Fracas - Normal Course'), +(21790, 'Outland Cup - Fel Pit Fracas - Advanced Course'), +(21791, 'Outland Cup - Fel Pit Fracas - Reverse Course'), +(21654, 'Outland Cup - Shadowmoon Slam - Normal Course'), +(21655, 'Outland Cup - Shadowmoon Slam - Advanced Course'), +(21656, 'Outland Cup - Shadowmoon Slam - Reverse Course'), +(21618, 'Outland Cup - Razorthorn Rise Rush - Normal Course'), +(21619, 'Outland Cup - Razorthorn Rise Rush - Advanced Course'), +(21620, 'Outland Cup - Razorthorn Rise Rush - Reverse Course'), +(21537, 'Outland Cup - Hellfire Hustle - Normal Course'), +(21539, 'Outland Cup - Hellfire Hustle - Advanced Course'), +(21540, 'Outland Cup - Hellfire Hustle - Reverse Course'), +(21596, 'Outland Cup - Telaar Tear - Normal Course'), +(21597, 'Outland Cup - Telaar Tear - Advanced Course'), +(21598, 'Outland Cup - Telaar Tear - Reverse Course'), +(21757, 'Outland Cup - Warmaul Wingding - Normal Course'), +(21758, 'Outland Cup - Warmaul Wingding - Advanced Course'), +(21759, 'Outland Cup - Warmaul Wingding - Reverse Course'), +(21542, 'Outland Cup - Coilfang Caper - Normal Course'), +(21545, 'Outland Cup - Coilfang Caper - Advanced Course'), +(21546, 'Outland Cup - Coilfang Caper - Reverse Course'), +(21576, 'Outland Cup - Blades Edge Brawl - Normal Course'), +(21577, 'Outland Cup - Blades Edge Brawl - Advanced Course'), +(21578, 'Outland Cup - Blades Edge Brawl - Reverse Course'), +(21665, 'Outland Cup - Eco-Dome Excursion - Normal Course'), +(21666, 'Outland Cup - Eco-Dome Excursion - Advanced Course'), +(21667, 'Outland Cup - Eco-Dome Excursion - Reverse Course'), +(21641, 'Outland Cup - Tempest Keep Sweep - Normal Course'), +(21642, 'Outland Cup - Tempest Keep Sweep - Advanced Course'), +(21643, 'Outland Cup - Tempest Keep Sweep - Reverse Course'); |