fix(Core/RuinsOfAhnQiraj): Ossirian Crystals: Weakness spells (#12547)

This commit is contained in:
Nefertumm
2022-08-01 18:55:47 -03:00
committed by GitHub
parent 1d6c54e07d
commit 3a4459eeeb
2 changed files with 40 additions and 4 deletions

View File

@@ -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');