From 97cfa7782aba72949ec289d1e50d67d088909eb9 Mon Sep 17 00:00:00 2001 From: Anubisss Date: Sat, 24 Oct 2009 23:47:23 +0200 Subject: *Fix Enduring Winter's proc. Patch by _krz. --HG-- branch : trunk --- sql/updates/6071_world_spell_proc_event.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/6071_world_spell_proc_event.sql (limited to 'sql/updates') diff --git a/sql/updates/6071_world_spell_proc_event.sql b/sql/updates/6071_world_spell_proc_event.sql new file mode 100644 index 00000000000..3fe9472b34f --- /dev/null +++ b/sql/updates/6071_world_spell_proc_event.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (44557, 44560, 44561); + +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(44557, 0x00, 3, 0x00000020, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Enduring Winter (Rank 1) +(44560, 0x00, 3, 0x00000020, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Enduring Winter (Rank 2) +(44561, 0x00, 3, 0x00000020, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Enduring Winter (Rank 3) -- cgit v1.2.3