fix(DB/Creature): update IOC Demolisher spells (#23685)

This commit is contained in:
sogladev 2025-11-15 02:35:07 +01:00 committed by GitHub
parent a27e4fc503
commit cdfa50c990
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);