diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-08-28 21:54:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-28 21:54:20 +0200 |
commit | 5957c4e96dcdca01e8f831f6933c4042b5b01bbc (patch) | |
tree | 034a45e0f620519eea526baad7ba7239b6f80af1 /sql | |
parent | 4ab6f8d28f0358b5079833999f2890259b388e28 (diff) |
Scripts/Spells: Implement shaman talent Deluge (#31057)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2025_08_28_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_08_28_00_world.sql b/sql/updates/world/master/2025_08_28_00_world.sql new file mode 100644 index 00000000000..75c96a2d822 --- /dev/null +++ b/sql/updates/world/master/2025_08_28_00_world.sql @@ -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'); |