fix(Scripts/AhnQiraj): Obsidian Destroyer - Drain Mana. (#12723)

This commit is contained in:
UltraNix
2022-08-21 06:42:46 +02:00
committed by GitHub
parent cf2523bb5c
commit e623e9ef49
2 changed files with 97 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
--
UPDATE `creature_template` SET `ScriptName`='npc_obsidian_destroyer', `AiName`='' WHERE `entry`=15338;
DELETE FROM `smart_scripts` WHERE `entryorguid`=15338 AND `source_type`=0;
DELETE FROM `spell_script_names` WHERE `spell_id`=25755;
INSERT INTO `spell_script_names` VALUES
(25755,'spell_drain_mana');