mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-14 16:03:45 +00:00
8
data/sql/updates/db_world/2023_11_16_04.sql
Normal file
8
data/sql/updates/db_world/2023_11_16_04.sql
Normal 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);
|
||||
Reference in New Issue
Block a user