diff options
| author | Destalker <none@none> | 2009-07-07 20:06:06 +0200 |
|---|---|---|
| committer | Destalker <none@none> | 2009-07-07 20:06:06 +0200 |
| commit | f82357c0757f92fd7bf26b5fee15ca2fc7477a04 (patch) | |
| tree | 53ccaf341f8b34ccea82b217f39de6380c10ffad /sql/updates | |
| parent | bf4f6b5736dfadb0a9fc707426fae49a5948e5ef (diff) | |
*Spell proc event entries for: Aftermath, Concussive Barrage, Concussive Barrage.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/4393_world_spell_proc_event.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/4393_world_spell_proc_event.sql b/sql/updates/4393_world_spell_proc_event.sql new file mode 100644 index 00000000000..9d2fb7d776a --- /dev/null +++ b/sql/updates/4393_world_spell_proc_event.sql @@ -0,0 +1,8 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (57470, 57472, 18119, 18120, 35100, 35102); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +( 57470, 0x00, 6, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Renewed Hope +( 57472, 0x00, 6, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Renewed Hope +( 35100, 0x00, 9, 0x00001000, 0x00000000, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0), -- Concussive Barrage +( 35102, 0x00, 9, 0x00001000, 0x00000000, 0x00000001, 0x00000000, 0x00000000, 0, 0, 0), -- Concussive Barrage +( 18119, 0x00, 5, 0x00000000, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Aftermath +( 18120, 0x00, 5, 0x00000000, 0x00800000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Aftermath |
