Scripts/Spells: Implement shaman talent Deluge (#31057)

This commit is contained in:
Aqua Deus
2025-08-28 21:54:20 +02:00
committed by GitHub
parent 4ab6f8d28f
commit 5957c4e96d
2 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_sha_deluge', 'spell_sha_deluge_healing_rain');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(77472, 'spell_sha_deluge'),
(8004, 'spell_sha_deluge'),
(1064, 'spell_sha_deluge'),
(73920, 'spell_sha_deluge_healing_rain');