Core/Spells: Define and implement SPELL_ATTR6_NO_DONE_PCT_DAMAGE_MODS; revert SPELL_ATTR4_FIXED_DAMAGE

Closes #1307
Closes #2270
This commit is contained in:
tobmaps
2011-07-22 23:30:23 +07:00
parent f50892fa77
commit a3feb40eb6
3 changed files with 11 additions and 16 deletions

View File

@@ -3942,11 +3942,6 @@ void SpellMgr::LoadSpellCustomAttr()
spellInfo->AttributesEx3 |= SPELL_ATTR3_CAN_PROC_WITH_TRIGGERED;
++count;
break;
case 31117: // Unstable Affliction
// this attribute currently makes spell to ignore resilience and absorbs
spellInfo->AttributesEx4 &= ~SPELL_ATTR4_FIXED_DAMAGE;
++count;
break;
case 16007: // Draco-Incarcinatrix 900
// was 46, but effect is aura effect
spellInfo->EffectImplicitTargetA[0] = TARGET_UNIT_NEARBY_ENTRY;