fix(Scripts/Karazhan): Fix Enfeeble hitting more than 5 targets (#17290)

* fix(Scripts/Karazhan): Fix Enfeeble hitting more than 5 targets

* reorder so there are no cases where only 4 players are hit

* missing override
This commit is contained in:
Skjalf
2023-09-17 16:32:06 -03:00
committed by GitHub
parent 6a7a516e63
commit ca95b4a129
2 changed files with 44 additions and 16 deletions

View File

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