Core/Spell: don't set scaleAura for some special spells

Closes #14541
This commit is contained in:
ariel-
2017-04-03 04:04:02 -03:00
parent e594c2d096
commit 1ca8434b36

View File

@@ -3359,6 +3359,10 @@ bool SpellInfo::_IsPositiveEffect(uint8 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: