Scripts/Spells: Implement druid talent Celestial Alignment (#30134)

This commit is contained in:
Aqua Deus
2024-08-19 18:49:56 +02:00
committed by GitHub
parent e9aafeff9c
commit 296f7a8cf1
2 changed files with 39 additions and 0 deletions

View File

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