fix(Core/ZulGurub): Hakkar hardmode (#12333)

This commit is contained in:
Nefertumm
2022-07-09 16:49:35 -03:00
committed by GitHub
parent b2e5ab4a90
commit bafac46639
4 changed files with 75 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_hakkar_power_down';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(24693, 'spell_hakkar_power_down');