mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Spells: SPELL_AURA_PERIODIC_DUMMY should be negative if TargetType is enemy (#24864)
This commit is contained in:
@@ -3714,6 +3714,7 @@ bool _isPositiveEffectImpl(SpellInfo const* spellInfo, uint8 effIndex, std::unor
|
||||
case SPELL_AURA_MOD_ATTACKER_RANGED_CRIT_DAMAGE:
|
||||
case SPELL_AURA_MOD_ATTACKER_SPELL_AND_WEAPON_CRIT_CHANCE:
|
||||
case SPELL_AURA_DUMMY:
|
||||
case SPELL_AURA_PERIODIC_DUMMY:
|
||||
case SPELL_AURA_MOD_HEALING:
|
||||
// check target for positive and negative spells
|
||||
if (!_isPositiveTarget(spellInfo, effIndex))
|
||||
|
||||
Reference in New Issue
Block a user