fix(Scripts/Hyjal): Cannibalize should heal more than 1 (#18766)

* init

* include SpellScript.h
This commit is contained in:
Jelle Meeus
2024-04-20 03:20:24 +02:00
committed by GitHub
parent 1c1c1f44c8
commit c738f0d67c
2 changed files with 26 additions and 0 deletions

View File

@@ -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');