fix(Scripts/BlackTemple): Vengeful Spirit, Shadow of Death Remove (#19432)

* init

* shadowremove

* Update boss_teron_gorefiend.cpp
This commit is contained in:
Gultask
2024-07-19 07:34:14 -03:00
committed by GitHub
parent f07da20a42
commit 5081b0affd
3 changed files with 60 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
--
DELETE FROM `creature_template_spell` WHERE (`CreatureID` = 23109);
INSERT INTO `creature_template_spell` (`CreatureID`, `Index`, `Spell`, `VerifiedBuild`) VALUES
(23109, 0, 40325, 0),
(23109, 2, 40157, 0),
(23109, 3, 40175, 0),
(23109, 4, 40314, 0),
(23109, 6, 40322, 0);
UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'npc_vengeful_spirit' WHERE (`entry` = 23109);
DELETE FROM `spell_script_names` WHERE `spell_id` = 41999 AND `ScriptName` = 'spell_teron_gorefiend_shadow_of_death_remove';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(41999, 'spell_teron_gorefiend_shadow_of_death_remove');