fix(Scripts/TempleOfAhnQiraj): Obsidian Eradicator. (#12733)

This commit is contained in:
UltraNix
2022-09-14 03:30:37 +02:00
committed by GitHub
parent 9e716faf3f
commit c0c4ef393e
2 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
--
UPDATE `creature_template` SET `ScriptName`='npc_obsidian_eradicator', `AiName`='' WHERE `entry`=15262;
DELETE FROM `smart_scripts` WHERE `entryorguid`=15262 AND `source_type`=0;
DELETE FROM `spell_script_names` WHERE `spell_id`=25671;
INSERT INTO `spell_script_names` VALUES
(25671,'spell_drain_mana');
UPDATE `creature_template` SET `unit_flags2`=0 WHERE `entry`=15262;