diff options
| author | silinoron <none@none> | 2010-09-05 14:59:46 -0700 |
|---|---|---|
| committer | silinoron <none@none> | 2010-09-05 14:59:46 -0700 |
| commit | 5e95be0c33d25bb9832d20e724f7c7279d1e82ca (patch) | |
| tree | 45ac5d6dd92be7a2dfa1c3bb9fc200ebf8d626b3 /sql/updates | |
| parent | 4f112d6a9d75130558484284a0553575ac8048c7 (diff) | |
Fix Glyph of Totem of Wrath.
Fixes issue #3743
Patch by dr.tenma.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/9791_world_spell_group.sql | 1 | ||||
| -rw-r--r-- | sql/updates/9791_world_spell_proc_event.sql | 3 |
2 files changed, 4 insertions, 0 deletions
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 |
