mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(Scripts/TempleOfAhnQiraj): Obsidian Eradicator. (#12733)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user