fix(DB/Creature): Correct spells order for Broken-down Shredder (issue 18729) (#18866)

* fix(DB/Creature):  Correct spells order has been restored for Broken-down Shredder

* Update fix_issue18729.sql

---------

Co-authored-by: Dan <83884799+elthehablo@users.noreply.github.com>
This commit is contained in:
Mikhail
2024-05-12 12:55:47 +03:00
committed by GitHub
parent 31096df053
commit 6b5ad72798

View File

@@ -0,0 +1,7 @@
DELETE FROM `creature_template_spell` WHERE `CreatureID` = 27354;
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES
(27354, 0, 48548, 53788),
(27354, 1, 48558, 53788),
(27354, 2, 48604, 53788),
(27354, 4, 48610, 53788);