mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Scripts/Spells: Implement shaman talent Deluge (#31057)
This commit is contained in:
6
sql/updates/world/master/2025_08_28_00_world.sql
Normal file
6
sql/updates/world/master/2025_08_28_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user