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
committed by Aokromes
parent 20af61b777
commit 975ef8d8d9

View File

@@ -3094,6 +3094,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: