Scripts/Spells: Implement druid talent Stellar Flare (#30131)

This commit is contained in:
Aqua Deus
2024-08-19 12:23:16 +02:00
committed by GitHub
parent 7f8a932b8b
commit 342bb55c5e
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dru_stellar_flare';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(202347, 'spell_dru_stellar_flare');