mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(DB/Creature): update IOC Demolisher spells (#23685)
This commit is contained in:
@@ -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);
|
||||||
Reference in New Issue
Block a user