Skip to content

Commit

Permalink
fix(DB/Creature): Correct spells order for Broken-down Shredder (issu…
Browse files Browse the repository at this point in the history
…e 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>
  • Loading branch information
xubpwg and elthehablo committed May 12, 2024
1 parent 31096df commit 6b5ad72
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/sql/updates/pending_db_world/fix_issue18729.sql
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 6b5ad72

Please sign in to comment.