Scripts/Druid: Implemented Shooting Stars (#29125)

This commit is contained in:
Aqua Deus
2023-07-13 19:24:08 +02:00
committed by GitHub
parent 008c15ab6b
commit e66f2ada53
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_dru_shooting_stars';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(164812, 'spell_dru_shooting_stars'),
(164815, 'spell_dru_shooting_stars');