fix(DB/Creature): Add Fear proc aura to Fear Fiend (#17735)

* fix(DB/Creature): Add Fear proc to Fear Fiend

* creature_template_spell

* index
This commit is contained in:
avarishd
2023-11-16 19:59:27 +02:00
committed by GitHub
parent 79ef4fa671
commit aae5a1919f

View File

@@ -0,0 +1,7 @@
-- Fear Fiend
UPDATE `creature_template_addon` SET `auras` = '35408' WHERE `entry` = 22204;
DELETE FROM `creature_template_spell` WHERE `CreatureID` = 22204;
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES
(22204, 4, 36248, 0),
(22204, 5, 34259, 0);