mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user