diff options
| author | Liberate <none@none> | 2010-07-31 17:49:47 +0200 | 
|---|---|---|
| committer | Liberate <none@none> | 2010-07-31 17:49:47 +0200 | 
| commit | 8044051682d1fcb3c8a7d260e81982af7426c404 (patch) | |
| tree | 3dae17272139e82f06480ad3b66a9546aebcdfc6 | |
| parent | d7e2f338c2a538b8250234f365d034c73195e31c (diff) | |
*Fixes Necrosis and Blood-Caked Blade. They now only proc from melee auto-attacks. Fix by kerekeszoltan90.
Fixes issue #3184
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/9120_world_spell_proc_event.sql | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/9120_world_spell_proc_event.sql b/sql/updates/9120_world_spell_proc_event.sql new file mode 100644 index 00000000000..eb10ee093da --- /dev/null +++ b/sql/updates/9120_world_spell_proc_event.sql @@ -0,0 +1,9 @@ +INSERT INTO `spell_proc_event`(`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES +(51459,0,0,0,0,0,4,0,0,0,0), --Necrosis Rank 1 +(51462,0,0,0,0,0,4,0,0,0,0), --Necrosis Rank 2 +(51463,0,0,0,0,0,4,0,0,0,0), --Necrosis Rank 3 +(51464,0,0,0,0,0,4,0,0,0,0), --Necrosis Rank 4 +(51465,0,0,0,0,0,4,0,0,0,0), --Necrosis Rank 5 +(49219,0,0,0,0,0,4,0,0,0,0), --Blood-Caked Blade Rank 1 +(49627,0,0,0,0,0,4,0,0,0,0), --Blood-Caked Blade Rank 2 +(49628,0,0,0,0,0,4,0,0,0,0); --Blood-Caked Blade Rank 3  | 
