diff options
| author | QAston <none@none> | 2009-08-28 20:54:58 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-08-28 20:54:58 +0200 |
| commit | b6a9c84aa0f0a006f4de355b77bb9858b7593956 (patch) | |
| tree | 5ff8d926518d5159fd1eb60dc86a8f7601a8ea97 /sql/updates | |
| parent | 6a988ad6f0750dc35290d132f8a9ff8d88170bf2 (diff) | |
*Update spell_proc_event entry for Bloodsurge.
*Bring back charge drop on magnet spell redirection.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5450_world_spell_proc_event.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/5450_world_spell_proc_event.sql b/sql/updates/5450_world_spell_proc_event.sql new file mode 100644 index 00000000000..73206c7770a --- /dev/null +++ b/sql/updates/5450_world_spell_proc_event.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN(46913, 46914, 46915); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +( 46913, 0x00, 4, 0x00000040, 0x00000404, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Bloodsurge (Rank 1) +( 46914, 0x00, 4, 0x00000040, 0x00000404, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Bloodsurge (Rank 2) +( 46915, 0x00, 4, 0x00000040, 0x00000404, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Bloodsurge (Rank 3)
\ No newline at end of file |
