diff options
author | Aqua Deus <95978183+aquadeus@users.noreply.github.com> | 2022-06-16 15:40:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 15:40:20 +0200 |
commit | deea9b95a22dca26d83fd405b44934bc19a9d5bb (patch) | |
tree | 88eeeef0ee3f5c3b5aed50392c73a108890f35c3 | |
parent | 71efb44dbdae2ad3da2542fc10d8b87fc9a2f902 (diff) |
Core/Spells: Fix druid talent Warrior of Elune proc (#28026)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
-rw-r--r-- | sql/updates/world/master/2022_06_16_01_world_druid_warrior_of_elune.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_06_16_01_world_druid_warrior_of_elune.sql b/sql/updates/world/master/2022_06_16_01_world_druid_warrior_of_elune.sql new file mode 100644 index 00000000000..ae112b69724 --- /dev/null +++ b/sql/updates/world/master/2022_06_16_01_world_druid_warrior_of_elune.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc` WHERE `SpellId`=202425; +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(202425,0x00,0,0x00000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x0,0x1,0x0,0x8,0x0,0,0,0,0); -- Warrior of Elune |