mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
fix(Scripts/Naxxramas): Update Faerlina script (#21375)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user