From 92719d1dc9f8294b7a07129297e23cae1ef0a659 Mon Sep 17 00:00:00 2001 From: ariel- Date: Fri, 21 Apr 2017 01:35:42 -0300 Subject: Revert "Core/Spell: don't set scaleAura for some special spells" This reverts commit 1ca8434b365687dbd12ca232a615d126234eba5e. Closes #19472 (cherry picked from commit c296d255e25a2d0eb7155f64eea32cc36fed280a) --- src/server/game/Spells/SpellInfo.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/server') diff --git a/src/server/game/Spells/SpellInfo.cpp b/src/server/game/Spells/SpellInfo.cpp index 98604c278d4..eb37c3da5d7 100644 --- a/src/server/game/Spells/SpellInfo.cpp +++ b/src/server/game/Spells/SpellInfo.cpp @@ -4329,10 +4329,6 @@ bool SpellInfo::_IsPositiveEffect(uint32 effIndex, bool deep) const if (HasAttribute(SPELL_ATTR0_NEGATIVE_1)) return false; - // these spells must not be downscaled, thus marking them negative (see GetAuraRankForLevel) - if (HasAttribute(SPELL_ATTR2_UNK3)) - return false; - switch (SpellFamilyName) { case SPELLFAMILY_GENERIC: @@ -4513,6 +4509,7 @@ bool SpellInfo::_IsPositiveEffect(uint32 effIndex, bool deep) const case SPELL_AURA_MOD_STALKED: case SPELL_AURA_PERIODIC_DAMAGE_PERCENT: case SPELL_AURA_PREVENT_RESURRECTION: + case SPELL_AURA_EMPATHY: return false; case SPELL_AURA_PERIODIC_DAMAGE: // used in positive spells also. // part of negative spell if cast at self (prevent cancel) -- cgit v1.2.3