diff options
author | Naddley <NaddleyTC@gmail.com> | 2023-01-27 01:48:05 +0100 |
---|---|---|
committer | Naddley <NaddleyTC@gmail.com> | 2023-01-27 01:48:05 +0100 |
commit | 58ed15618221c76d5c84c080b68d549da541b41f (patch) | |
tree | fda8b316a2e54de440f70ca84d441207cfaaf259 /sql | |
parent | 4590b65e57564eaec1c39ef0f47b50f45c08c2eb (diff) |
DB/Monk: Added spellproc data for Eye of the Tiger
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2023_01_27_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_01_27_01_world.sql b/sql/updates/world/master/2023_01_27_01_world.sql new file mode 100644 index 00000000000..92fef61317d --- /dev/null +++ b/sql/updates/world/master/2023_01_27_01_world.sql @@ -0,0 +1,4 @@ +-- Eye of the Tiger +DELETE FROM `spell_proc` WHERE `SpellId` IN (196607); +INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES +(196607,0x00,53,0x00000400,0x00000000,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x0,0x0,0x0,0,0,0,0); -- Eye of the Tiger |