Scripts/Spells: Implement monk talent Burst of Life (#31031)

This commit is contained in:
Aqua Deus
2025-06-06 16:11:20 +02:00
committed by GitHub
parent 76c397ed8d
commit 2d34fbd056
2 changed files with 63 additions and 0 deletions
@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_monk_burst_of_life', 'spell_monk_burst_of_life_heal');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(116849, 'spell_monk_burst_of_life'),
(399230, 'spell_monk_burst_of_life_heal');