diff options
author | Naddley <NaddleyTC@gmail.com> | 2023-01-30 01:07:05 +0100 |
---|---|---|
committer | Naddley <NaddleyTC@gmail.com> | 2023-01-30 01:07:05 +0100 |
commit | 1cac1ef24d1d7418589b5e8a7cae9157c2a3dd83 (patch) | |
tree | a2165c9947e6e644fe77775d1cc47feeb60c7507 | |
parent | b73330999f447a2c4893d50b3d24fd77b2500178 (diff) |
DB/Monk: Added spellproc data for Vivacious Vivification
-rw-r--r-- | sql/updates/world/master/2023_01_30_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_01_30_00_world.sql b/sql/updates/world/master/2023_01_30_00_world.sql new file mode 100644 index 00000000000..519a9ca2474 --- /dev/null +++ b/sql/updates/world/master/2023_01_30_00_world.sql @@ -0,0 +1,4 @@ +-- Vivacious Vivification +DELETE FROM `spell_proc` WHERE `SpellId` IN (392883); +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(392883,0x00,53,0x04000000,0x00000000,0x00000000,0x00000000,0x0,0x0,0x2,0x1,0x0,0x10,0x0,0,0,0,0); -- Vivacious Vivification (consume stack) |