aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-08-23 00:54:05 +0200
committerGitHub <noreply@github.com>2025-08-23 00:54:05 +0200
commitae0602e23fa82293e543ae980ad41623f1e6f235 (patch)
tree6415ca47e51d9548f1ab40d4773bf80434000344 /sql
parent6f574a2bfcf6669aee52a68cfaf5c999b7473d76 (diff)
Scripts/Spells: Implement druid talent Ursoc's Fury (#30776)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_08_22_01_world.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_08_22_01_world.sql b/sql/updates/world/master/2025_08_22_01_world.sql
new file mode 100644
index 00000000000..10e2172a354
--- /dev/null
+++ b/sql/updates/world/master/2025_08_22_01_world.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spell_proc` WHERE `SpellId` IN (377210);
+INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
+(377210,0x00,7,0x00000800,0x00000000,0x08000000,0x00000000,0x0,0x0,0x1,0x2,0x0,0x0,0x0,0,0,0,0); -- Ursoc's Fury
+
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dru_ursocs_fury';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(377210,'spell_dru_ursocs_fury');