fix(DB/Spells): Anub'arak now uses heroic pound when heroic (#22862)

This commit is contained in:
blinkysc
2025-09-12 08:22:50 -05:00
committed by GitHub
parent 14cd800e2d
commit d8c0b25325

View File

@@ -0,0 +1,4 @@
DELETE FROM `spelldifficulty_dbc` WHERE `ID` IN (53472, 53509);
INSERT INTO `spelldifficulty_dbc` (`ID`, `DifficultySpellID_1`, `DifficultySpellID_2`) VALUES
(53509, 53509, 59432),
(53472, 53472, 59433);