Scripts/Spells: Implement druid talent New Moon (#30136)

This commit is contained in:
Aqua Deus
2024-08-19 22:32:52 +02:00
committed by GitHub
parent 296f7a8cf1
commit afa16f4fda
2 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dru_new_moon', 'spell_dru_half_moon', 'spell_dru_full_moon');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(274281, 'spell_dru_new_moon'),
(274282, 'spell_dru_half_moon'),
(274283, 'spell_dru_full_moon');