mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user