diff options
author | Naddley <NaddleyTC@gmail.com> | 2023-01-26 01:28:50 +0100 |
---|---|---|
committer | Naddley <NaddleyTC@gmail.com> | 2023-01-26 01:28:50 +0100 |
commit | e0980b2c3f4596c6fab37e13c57991fba145cd2e (patch) | |
tree | 6171f247474a688aae9eb990649ef3bef93384d9 /sql | |
parent | be6acd32af0de5f1c1f11f41030e1ca19acab986 (diff) |
DB/Druid: Added spellproc data for Power of Goldrinn
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2023_01_26_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_01_26_03_world.sql b/sql/updates/world/master/2023_01_26_03_world.sql new file mode 100644 index 00000000000..af12824719a --- /dev/null +++ b/sql/updates/world/master/2023_01_26_03_world.sql @@ -0,0 +1,4 @@ +-- Power of Goldrinn +DELETE FROM `spell_proc` WHERE `SpellId` IN (394046); +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(394046,0x00,7,0x00000000,0x00000000,0x02000000,0x00000000,0x0,0x0,0x1,0x2,0x0,0x0,0x0,0,0,0,0); -- Power of Goldrinn |