chore(DB): import pending files

Referenced commit(s): aae5a1919f
This commit is contained in:
github-actions[bot]
2023-11-16 18:00:26 +00:00
parent aae5a1919f
commit d698a439da

View File

@@ -0,0 +1,8 @@
-- DB update 2023_11_16_03 -> 2023_11_16_04
-- 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);