mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(Scripts/BlackTemple): Vengeful Spirit, Shadow of Death Remove (#19432)
* init * shadowremove * Update boss_teron_gorefiend.cpp
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user