Scripts/Spells: Implement druid talent Inner Peace (#29186)

This commit is contained in:
Teleqraph
2023-08-20 19:29:01 +02:00
committed by GitHub
parent 30d304298c
commit 119200b745
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dru_inner_peace');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(740, 'spell_dru_inner_peace');