aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorQAston <none@none>2009-06-11 22:42:36 +0200
committerQAston <none@none>2009-06-11 22:42:36 +0200
commitbb01747ad181cb07c76d1ea2cbaf0bbeae67004e (patch)
tree48b10edf710ae60179a40c24e68e75b213961340 /sql/updates
parent6d5d23faf6453539cecddea6a4d497ad35aa5b4a (diff)
*Fix Glyph of Icy Veins.
--HG-- branch : trunk rename : sql/updates/3914_world_spell_proc_event.sql => sql/updates/3927_world_spell_proc_event.sql
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/3927_world_spell_proc_event.sql (renamed from sql/updates/3914_world_spell_proc_event.sql)7
1 files changed, 4 insertions, 3 deletions
diff --git a/sql/updates/3914_world_spell_proc_event.sql b/sql/updates/3927_world_spell_proc_event.sql
index 54ee080f1a4..a5ae39bc18e 100644
--- a/sql/updates/3914_world_spell_proc_event.sql
+++ b/sql/updates/3927_world_spell_proc_event.sql
@@ -1,4 +1,5 @@
-DELETE FROM `spell_proc_event` WHERE `entry` IN (59088, 59089, 58388);
+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, 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
+(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 \ No newline at end of file