diff options
| author | maximius <none@none> | 2009-10-31 17:04:07 -0700 |
|---|---|---|
| committer | maximius <none@none> | 2009-10-31 17:04:07 -0700 |
| commit | e335592a52b7f75b7734dcd23f57f7c15326b868 (patch) | |
| tree | 5ce8e2c2f92f8f192749092382b208ac68b5babe /sql/updates | |
| parent | 854c754f10ccd209afc446437c7cece8c7541be4 (diff) | |
*Implement Shadow Affinity (Ranks 1, 2, 3), thanks Sisif
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/6142_world_spells.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/6142_world_spells.sql b/sql/updates/6142_world_spells.sql new file mode 100644 index 00000000000..80b522953c2 --- /dev/null +++ b/sql/updates/6142_world_spells.sql @@ -0,0 +1,7 @@ + +DELETE FROM `spell_proc_event` WHERE `entry` IN +(15318,15272,15320); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +( 15318, 0x20, 0, 0x00000000, 0x00000000, 0x00000000, 0x02000000, 0x00002000, 0, 0, 0), -- Shadow Affinity (Rank 1) +( 15272, 0x20, 0, 0x00000000, 0x00000000, 0x00000000, 0x02000000, 0x00002000, 0, 0, 0), -- Shadow Affinity (Rank 2) +( 15320, 0x20, 0, 0x00000000, 0x00000000, 0x00000000, 0x02000000, 0x00002000, 0, 0, 0); -- Shadow Affinity (Rank 3) |
