fix(DB/Creature): update IOC Demolisher spells (#23685)
This commit is contained in:
parent
a27e4fc503
commit
cdfa50c990
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
--
|
||||
DELETE FROM `creature_template_spell` WHERE (`CreatureID` = 35415);
|
||||
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES
|
||||
(35415, 0, 68068, 0),
|
||||
(35415, 1, 67442, 0);
|
||||
Loading…
Add table
Add a link
Reference in a new issue