diff options
author | ariel- <ariel-@users.noreply.github.com> | 2016-11-08 00:23:18 -0300 |
---|---|---|
committer | ariel- <ariel-@users.noreply.github.com> | 2016-11-08 00:23:18 -0300 |
commit | 51bd38a93bfa3d0c44d407142e94cdc7cb18e330 (patch) | |
tree | b932b0c58d2d681e56633cf0bffa6a899aeb0db1 | |
parent | 84550937082b9e9433f850965c07d2945ce461d4 (diff) |
DB/Spell: Aspect of the Pack and Aspect of the Cheetah, proc on damage only
Closes #18173
-rw-r--r-- | sql/updates/world/3.3.5/2016_11_08_01_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_11_08_01_world_335.sql b/sql/updates/world/3.3.5/2016_11_08_01_world_335.sql new file mode 100644 index 00000000000..ed1f09a4f2e --- /dev/null +++ b/sql/updates/world/3.3.5/2016_11_08_01_world_335.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_proc` WHERE `SpellId` IN (5118, 13159); +INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES +(5118, 0, 0, 0x00000000, 0x00000000, 0x00000000, 0, 0x1, 0x2, 0x0, 0x2, 0, 0, 0, 0), -- Aspect of the Cheetah +(13159, 0, 0, 0x00000000, 0x00000000, 0x00000000, 0, 0x1, 0x2, 0x0, 0x2, 0, 0, 0, 0); -- Aspect of the Pack |