fix(Scripts/Spells): Convert some Druid spells to SpellScript (#16414)
Co-authored-by: joschiwald <736792+joschiwald@users.noreply.github.com>
This commit is contained in:
parent
a696227e8d
commit
ee18f55f63
4 changed files with 38 additions and 26 deletions
|
|
@ -0,0 +1,5 @@
|
|||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (34246, 60779) AND `ScriptName` = 'spell_dru_idol_lifebloom';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(34246, 'spell_dru_idol_lifebloom'),
|
||||
(60779, 'spell_dru_idol_lifebloom');
|
||||
Loading…
Add table
Add a link
Reference in a new issue