fix(Scripts/Hyjal): Cannibalize should heal more than 1 (#18766)
* init * include SpellScript.h
This commit is contained in:
parent
1c1c1f44c8
commit
c738f0d67c
2 changed files with 26 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 31538;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (31538, 'spell_cannibalize_heal');
|
||||
Loading…
Add table
Add a link
Reference in a new issue