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:
parent
6a7a516e63
commit
ca95b4a129
2 changed files with 44 additions and 16 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue