mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user