mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-21 07:22:02 -04:00
Scripts/Druid: Implemented Shooting Stars (#29125)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user