Core/Zul'Grub: Fix up Mandokir Boss

This commit is contained in:
Malcrom
2013-01-16 00:41:03 -03:30
parent 134785f7f1
commit ace7bbeddf
6 changed files with 141 additions and 37 deletions

View File

@@ -0,0 +1 @@
DELETE FROM `creature_addon` WHERE guid=49286;

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=24314;
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(24314, 'spell_threatening_gaze');