Scripts/Spells: Fix druid talent Lunar Inspiration (#28027)

This commit is contained in:
Aqua Deus
2022-06-16 12:32:40 +02:00
committed by GitHub
parent 4a8bacc634
commit 16c70f2dd5
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_dru_lunar_inspiration';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (155580, 'spell_dru_lunar_inspiration');