mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Revert "Core/Spell: don't set scaleAura for some special spells"
This reverts commit 1ca8434b36.
Closes #19472
This commit is contained in:
@@ -3359,10 +3359,6 @@ 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:
|
||||
@@ -3454,6 +3450,7 @@ bool SpellInfo::_IsPositiveEffect(uint8 effIndex, bool deep) const
|
||||
case SPELL_AURA_MOD_STEALTH:
|
||||
return true;
|
||||
case SPELL_AURA_CHANNEL_DEATH_ITEM:
|
||||
case SPELL_AURA_EMPATHY:
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user