diff options
| author | megamage <none@none> | 2009-07-16 10:18:35 +0800 |
|---|---|---|
| committer | megamage <none@none> | 2009-07-16 10:18:35 +0800 |
| commit | 43ac2c4cb44fb211fdd3142ec45fea9e53308ccd (patch) | |
| tree | 6103a6851b6509d921346d76b4a300a49a9b2190 /sql/mangos_spell_check.sql | |
| parent | 27bbca78a16eb6baae9e3eb9e7d864aad883453d (diff) | |
[8172] Drop dead code for 33878/33876 and ranks. Author: VladimirMangos
Detected by spell_check: not have now dummy aura but have
SPELL_AURA_MOD_MECHANIC_DAMAGE_TAKEN_PERCEN for proper mechanic.
--HG--
branch : trunk
Diffstat (limited to 'sql/mangos_spell_check.sql')
| -rw-r--r-- | sql/mangos_spell_check.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mangos_spell_check.sql b/sql/mangos_spell_check.sql index 62f83579d97..fbcb1ce3793 100644 --- a/sql/mangos_spell_check.sql +++ b/sql/mangos_spell_check.sql @@ -87,7 +87,7 @@ INSERT INTO spell_check (spellid,SpellFamilyName,SpellFamilyMaskA,SpellFamilyMas ( 0, 8,0x0000000000002000,0x00000000, -1, -1, -1, 2, -1,-1,'Instant Poison', 'Spell::EffectSchoolDMG'), ( 0,10,0x0000000800000000,0x00000000,2292, -1, -1, 2, -1,-1,'Judgement of Vengeance', 'Spell::EffectSchoolDMG'), ( 0, 7,0x0000010000000000,0x00000000,2246, -1, -1, 2, -1,-1,'Lacerate', 'Spell::EffectSchoolDMG'), -( 0, 7,0x0000044000000000,0x00000000, -1, -1, -1, -1, 4,-1,'Mangle Bonus', 'Spell::EffectSchoolDMG'), +( 0, 7,0x0000044000000000,0x00000000, -1, -1, -1, -1, -1,-1,'Mangle (Cat) and Mangle (Bear)', 'Unit::HandleDummyAuraProc'), ( 0, 9,0x0000000000000002,0x00000000, -1, 342, -1, 2, -1,-1,'Mongoose Bite', 'Spell::EffectSchoolDMG'), ( 0, 7,0x0000000000001000,0x00000000, 494, -1, -1, 2, -1,-1,'Rake', 'Spell::EffectSchoolDMG'), ( 0, 7,0x0000000000001000,0x00000000, -1, -1, -1, 2, -1,-1,'Rake', 'Spell::EffectSchoolDMG'), |
