mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(Core/RuinsOfAhnQiraj): Ossirian Crystals: Weakness spells (#12547)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user