mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 23:26:23 +00:00
fix(DB/Spells): Anub'arak now uses heroic pound when heroic (#22862)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user