From 5e95be0c33d25bb9832d20e724f7c7279d1e82ca Mon Sep 17 00:00:00 2001 From: silinoron Date: Sun, 5 Sep 2010 14:59:46 -0700 Subject: Fix Glyph of Totem of Wrath. Fixes issue #3743 Patch by dr.tenma. --HG-- branch : trunk --- sql/updates/9791_world_spell_group.sql | 1 + sql/updates/9791_world_spell_proc_event.sql | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 sql/updates/9791_world_spell_group.sql create mode 100644 sql/updates/9791_world_spell_proc_event.sql (limited to 'sql/updates') diff --git a/sql/updates/9791_world_spell_group.sql b/sql/updates/9791_world_spell_group.sql new file mode 100644 index 00000000000..19d113a7ab0 --- /dev/null +++ b/sql/updates/9791_world_spell_group.sql @@ -0,0 +1 @@ +DELETE FROM `spell_group` WHERE `spell_id` IN ('63283'); diff --git a/sql/updates/9791_world_spell_proc_event.sql b/sql/updates/9791_world_spell_proc_event.sql new file mode 100644 index 00000000000..c30c6c7974e --- /dev/null +++ b/sql/updates/9791_world_spell_proc_event.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_proc_event` WHERE `entry`=63280; +INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES +(63280,0x00,11,0x20000000,0x00000000,0x00000000,0x00000000,0x00000000,0,0,0); -- Glyph ofTotem of Wrath -- cgit v1.2.3