Scripts/Spells: Implement monk talent "Save them all" (#30596)

This commit is contained in:
Aqua Deus
2025-01-13 13:35:25 +01:00
committed by GitHub
parent 4e9f344d50
commit faf8efc25d
2 changed files with 34 additions and 0 deletions

View File

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