diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2025-08-23 16:04:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-23 16:04:02 +0200 |
commit | ac15007872796937de182c0d90da1687aad61691 (patch) | |
tree | 5592fd0bb4ac7de291b613e1316ac096b2cfde7c /sql | |
parent | 88e49b1e12603f98674b130e8823470a2e2754fc (diff) |
DB/Spells: Fix proc of druid talent Gory Fur (#30782)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2025_08_23_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_08_23_00_world.sql b/sql/updates/world/master/2025_08_23_00_world.sql new file mode 100644 index 00000000000..bd0b60f5b7a --- /dev/null +++ b/sql/updates/world/master/2025_08_23_00_world.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_proc` WHERE `SpellId` IN (200854, 201671); +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(200854,0x00,7,0x00000000,0x00000040,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x0,0x0,0x0,0,0,0,0), -- Gory Fur +(201671,0x00,7,0x00000000,0x00000000,0x00004000,0x00000000,0x0,0x0,0x4,0x2,0x0,0x10,0x0,0,0,0,0); -- Gory Fur |