mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(Scripts/HoS) Various issues with Krystallus (#23414)
Co-authored-by: John Doe <john.doe@gmail.com> Co-authored-by: blinkysc <your-github-email@example.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- Stomp
|
||||
DELETE FROM `spelldifficulty_dbc` WHERE `ID` = 50868;
|
||||
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`, `DifficultySpellID_3`, `DifficultySpellID_4`) VALUES (50868, 50868, 59744, 0, 0);
|
||||
-- Ground Spike : Heroic only
|
||||
DELETE FROM `spelldifficulty_dbc` WHERE `ID` = 59750;
|
||||
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`, `DifficultySpellID_3`, `DifficultySpellID_4`) VALUES (59750, 59750, 59750, 0, 0);
|
||||
Reference in New Issue
Block a user