diff options
| author | megamage <none@none> | 2009-07-16 10:31:15 +0800 |
|---|---|---|
| committer | megamage <none@none> | 2009-07-16 10:31:15 +0800 |
| commit | 0376f836f9620f0e2fe26de0ea938864d80bc0a0 (patch) | |
| tree | 13ea09766af02de6508eac197626564ac4638a37 /sql/mangos_spell_check.sql | |
| parent | 11c26a969fe2bf6b2b24c3499a87906c7c605fd8 (diff) | |
[8175] Add shred in spell_check. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'sql/mangos_spell_check.sql')
| -rw-r--r-- | sql/mangos_spell_check.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/mangos_spell_check.sql b/sql/mangos_spell_check.sql index 09ac9e9343a..a8063d727c1 100644 --- a/sql/mangos_spell_check.sql +++ b/sql/mangos_spell_check.sql @@ -98,6 +98,7 @@ INSERT INTO spell_check (spellid,SpellFamilyName,SpellFamilyMaskA,SpellFamilyMas ( 0,10,0x0010000000000000,0x00000000, -1, -1, -1, 2, -1,-1,'Shield of Righteousness', 'Spell::EffectSchoolDMG'), ( 0, 4,0x0000020000000000,0x00000000, -1, -1,1209, 2, -1,-1,'Shield Slam', 'Spell::EffectSchoolDMG'), ( 0, 4,0x0000800000000000,0x00000000, -1, -1, -1, 2, -1,-1,'Shockwave', 'Spell::EffectSchoolDMG'), +( 0, 7,0x0000000000008000,0x00000000, -1, -1, -1, -1, -1,-1,'Shred', 'Unit::MeleeDamageBonus'), ( 0, 9,0x0000000100000000,0x00000000, -1, -1, -1, 2, -1,-1,'Steady Shot', 'Spell::EffectSchoolDMG'), ( 0, 7,0x0010000000000000,0x00000000, -1, -1, -1, 2, -1,-1,'Swipe', 'Spell::EffectSchoolDMG'), ( 0, 4,0x0000000000000080,0x00000000, -1, -1, -1, 2, -1,-1,'Thunder Clap', 'Spell::EffectSchoolDMG'), |
