fix(Scripts/Spells): Fix Healing & Mana injectors not giving bonus to… (#17348)

* fix(Scripts/Spells): Fix Healing & Mana injectors not giving bonus to engineers

* Update SpellEffects.cpp

* Update spell_item.cpp
This commit is contained in:
Skjalf
2023-09-25 06:10:23 -03:00
committed by GitHub
parent 1328412501
commit cc60bc0c35
3 changed files with 38 additions and 11 deletions

View File

@@ -0,0 +1,7 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` IN (67486, 67489, 67487, 67490);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(67486, 'spell_item_healing_injector'),
(67489, 'spell_item_healing_injector'),
(67487, 'spell_item_mana_injector'),
(67490, 'spell_item_mana_injector');