aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellMgr.cpp
diff options
context:
space:
mode:
authortobmaps <spambot42@yandex.ru>2011-07-22 23:30:23 +0700
committertobmaps <spambot42@yandex.ru>2011-07-22 23:30:23 +0700
commita3feb40eb6b43cf41a559be545381f6efe7d71eb (patch)
tree129e8533a7f64004900aa2b119b6d0569dfb6eb8 /src/server/game/Spells/SpellMgr.cpp
parentf50892fa7711aa41c9d97801f6edab127845b90a (diff)
Core/Spells: Define and implement SPELL_ATTR6_NO_DONE_PCT_DAMAGE_MODS; revert SPELL_ATTR4_FIXED_DAMAGE
Closes #1307 Closes #2270
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
-rwxr-xr-xsrc/server/game/Spells/SpellMgr.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index 81ad953bc0f..61d9478760a 100755
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -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;