fix(Scripts/Naxxramas): Update Faerlina script (#21375)

This commit is contained in:
Andrew
2025-02-13 05:04:36 -03:00
committed by GitHub
parent edcfaeb845
commit f9415f38cb
2 changed files with 49 additions and 123 deletions

View File

@@ -0,0 +1,6 @@
--
DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (28796, 28794, 28798);
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`, `DifficultySpellID_3`, `DifficultySpellID_4`) VALUES
(28796, 28796, 54098, 0, 0),
(28794, 28794, 54099, 0, 0),
(28798, 28798, 54100, 0, 0);