mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Core/Zul'Grub: Fix up Mandokir Boss
This commit is contained in:
1
sql/updates/world/2013_01_15_05_world_creature_addon.sql
Normal file
1
sql/updates/world/2013_01_15_05_world_creature_addon.sql
Normal file
@@ -0,0 +1 @@
|
||||
DELETE FROM `creature_addon` WHERE guid=49286;
|
||||
@@ -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');
|
||||
Reference in New Issue
Block a user