fix(Scripts/MagtheridonsLair): fix Magtheridon's Quake spell (#16730)
* fix(Core/Magtheridon): fix Magtheridon's Quake spell * missing sql
This commit is contained in:
parent
abf1b3a89a
commit
09541e3bd7
3 changed files with 182 additions and 189 deletions
|
|
@ -0,0 +1,5 @@
|
|||
--
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 30658 AND `spell_effect` = 30571;
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = ('spell_magtheridon_quake');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(30658, 'spell_magtheridon_quake');
|
||||
Loading…
Add table
Add a link
Reference in a new issue