diff options
| author | QAston <none@none> | 2009-06-10 23:44:30 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-06-10 23:44:30 +0200 |
| commit | da067afe12b457e603fd9f3af6914764c48a07dd (patch) | |
| tree | 4436fd11765815908a7281c76cbd5b4cc9b49e00 /sql/updates | |
| parent | 5ad8284841af267a45f5099f391e1aba9f57576a (diff) | |
*Fix Improved Spell Reflection
*Fix Glyph of Improved Scorch
*Sword And Board
*Fix Glyph of Devastate - original patch by CRAZyBUg
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/3914_world_spell_proc_event.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/3914_world_spell_proc_event.sql b/sql/updates/3914_world_spell_proc_event.sql new file mode 100644 index 00000000000..54ee080f1a4 --- /dev/null +++ b/sql/updates/3914_world_spell_proc_event.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (59088, 59089, 58388); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(59088, 0x00, 4, 0x00000000, 0x00000002, 0x00000000, 0x00010000, 0x00000000, 0, 0, 0), -- Improved Spell Reflection +(59089, 0x00, 4, 0x00000000, 0x00000002, 0x00000000, 0x00010000, 0x00000000, 0, 0, 0); -- Improved Spell Reflection
\ No newline at end of file |
