diff options
| author | QAston <none@none> | 2009-06-10 17:17:03 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-06-10 17:17:03 +0200 |
| commit | d080d704fe5fbd1e482e98559cd9726a3bab399e (patch) | |
| tree | 5752d8a3351576b0aec572920253c985a13c4dfd /sql/updates | |
| parent | b8f95e054617bb5ae6bf80401865f04b43c3b57f (diff) | |
*Spell_proc_event entry for Glyph of Felhunter.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/3901_world_spell_proc_event.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/3901_world_spell_proc_event.sql b/sql/updates/3901_world_spell_proc_event.sql new file mode 100644 index 00000000000..4f333311d2d --- /dev/null +++ b/sql/updates/3901_world_spell_proc_event.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (56249); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(56249, 0x00, 5, 0x00000000, 0x00000000, 0x00000400, 0x00000000, 0x00000000, 0, 0, 0); -- Glyph of Felhunter
\ No newline at end of file |
