fix(DB/creature_template_spell): Add "Threaten" spell to "Wild Fel Stalker" (#16342)

This commit is contained in:
Eddy Vega
2023-05-24 10:58:06 -06:00
committed by GitHub
parent e2574c2ac8
commit 057be93b5d

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `creature_template_spell` WHERE `CreatureID`=18847 AND `Index`=2 AND `Spell`=33096;
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES (18847, 2, 33096, 0);