diff options
author | hunteee <none@none> | 2009-06-18 19:33:32 +0200 |
---|---|---|
committer | hunteee <none@none> | 2009-06-18 19:33:32 +0200 |
commit | 8c141bc9acdae0a9778c7ea361b66f6428e72b4d (patch) | |
tree | 14215f9f26b8f14b9864aa52a53639ab0b53238e | |
parent | c6c1284eb03354d503acd680958b6df29d022914 (diff) |
*Fix CRLF.
--HG--
branch : trunk
-rw-r--r-- | sql/updates/3927_world_spell_proc_event.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/3927_world_spell_proc_event.sql b/sql/updates/3927_world_spell_proc_event.sql index 3f93e662dca..526afb8c48c 100644 --- a/sql/updates/3927_world_spell_proc_event.sql +++ b/sql/updates/3927_world_spell_proc_event.sql @@ -2,4 +2,4 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (59088, 59089, 58388, 56374); INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES (59088, 0x00, 4, 0x00000000, 0x00000002, 0x00000000, 0x00004000, 0x00000000, 0, 0, 0), -- Improved Spell Reflection (59089, 0x00, 4, 0x00000000, 0x00000002, 0x00000000, 0x00004000, 0x00000000, 0, 0, 0), -- Improved Spell Reflection -(56374, 0x00, 3, 0x00000000, 0x00004000, 0x00000000, 0x00004000, 0x00000000, 0, 0, 0); -- Glyph of icy veins
+(56374, 0x00, 3, 0x00000000, 0x00004000, 0x00000000, 0x00004000, 0x00000000, 0, 0, 0); -- Glyph of icy veins |