From 781592d63a393084500f2d668936e31ef120eae2 Mon Sep 17 00:00:00 2001 From: Xanadu Date: Mon, 27 Sep 2010 20:30:47 +0200 Subject: Core/Spells: * Removed special handling of SPELL_AURA_ABILITY_IGNORE_AURASTATE, now handled by the proc system (again). * Fixed Fingers of Frost buff display. Closes issue #3324. --HG-- branch : trunk --- sql/updates/10091_world_spell_proc_event.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/10091_world_spell_proc_event.sql (limited to 'sql/updates') diff --git a/sql/updates/10091_world_spell_proc_event.sql b/sql/updates/10091_world_spell_proc_event.sql new file mode 100644 index 00000000000..02d88bcfc4e --- /dev/null +++ b/sql/updates/10091_world_spell_proc_event.sql @@ -0,0 +1,7 @@ +-- Taste for Blood, Overpower Ready!, Sudden Death and Fingers of Frost proc data. +DELETE FROM `spell_proc_event` WHERE `entry` IN (60503, 68051, 52437, 74396); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(60503, 0x01, 4, 0x00000004, 0x00000000, 0x00000000, 0x00000010, 0x00000000, 0, 0, 0), +(68051, 0x01, 4, 0x00000004, 0x00000000, 0x00000000, 0x00000010, 0x00000000, 0, 0, 0), +(52437, 0x01, 4, 0x20000000, 0x00000000, 0x00000000, 0x00000010, 0x00000000, 0, 0, 0), +(74396, 0x10, 3, 0x00000000, 0x00000000, 0x00000000, 0x00010000, 0x00000003, 0, 0, 0); -- cgit v1.2.3