fix(Core/RuinsOfAhnQiraj): Ossirian Crystals: Weakness spells (#12547)
This commit is contained in:
parent
1d6c54e07d
commit
3a4459eeeb
2 changed files with 40 additions and 4 deletions
|
|
@ -0,0 +1,8 @@
|
|||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_crystal_weakness';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(25177, 'spell_crystal_weakness'),
|
||||
(25178, 'spell_crystal_weakness'),
|
||||
(25180, 'spell_crystal_weakness'),
|
||||
(25181, 'spell_crystal_weakness'),
|
||||
(25183, 'spell_crystal_weakness');
|
||||
Loading…
Add table
Add a link
Reference in a new issue