mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
DB/Phases: Added missing phase name for Outland Cup - Skettis Scramble Reverse
* b3b3f26f7d followup
This commit is contained in:
3
sql/updates/world/master/2024_02_01_00_world.sql
Normal file
3
sql/updates/world/master/2024_02_01_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `phase_name` WHERE `ID`=21771;
|
||||
INSERT INTO `phase_name` (`ID`, `Name`) VALUES
|
||||
(21771, 'Outland Cup - Skettis Scramble - Reverse Course');
|
||||
Reference in New Issue
Block a user