aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAnubisss <none@none>2009-10-24 23:47:23 +0200
committerAnubisss <none@none>2009-10-24 23:47:23 +0200
commit97cfa7782aba72949ec289d1e50d67d088909eb9 (patch)
tree7543efbc7e7c312fa1c65d071e8e1c25ce2fae7f /sql/updates
parent93b8e6376d24160034448ae61d38d8e94bd27751 (diff)
*Fix Enduring Winter's proc. Patch by _krz.
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/6071_world_spell_proc_event.sql6
1 files changed, 6 insertions, 0 deletions
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)