From e6941a4f412a442ca97ef1b454837f74077e5f6c Mon Sep 17 00:00:00 2001 From: QAston Date: Sat, 6 Jun 2009 12:53:38 +0200 Subject: *Remove Arcane Blast on Arcane Missiles and Arcane Barrage cast *Spell_affect entry for Fingers of frost - by Larva *use spellaffect entries in every affect check *Allow spell_affect table to modify affect data for any spell --HG-- branch : trunk --- sql/updates/3801_world_spell.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/3801_world_spell.sql (limited to 'sql/updates') diff --git a/sql/updates/3801_world_spell.sql b/sql/updates/3801_world_spell.sql new file mode 100644 index 00000000000..8fabcad1c58 --- /dev/null +++ b/sql/updates/3801_world_spell.sql @@ -0,0 +1,7 @@ +DELETE FROM `spell_proc_event` WHERE `entry` IN (44544, 60503, 36032); +INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES +(36032, 0x00, 3, 0x00000800, 0x00008000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Arcane Blast + +DELETE FROM `spell_affect` WHERE `entry` IN (44544); +INSERT INTO `spell_affect` (`entry`, `effectId`, `SpellClassMask0`, `SpellClassMask1`, `SpellClassMask2`) VALUES +(44544,0,685904631,1151048,0); -- Fingers of frost -- cgit v1.2.3