Core/Spells: SPELL_AURA_PERIODIC_DUMMY should be negative if TargetType is enemy
Port From (https://github.com/TrinityCore/TrinityCore/commit/81a5bc597bb1c5937658e0f487ef9a4b254c5cb9)
This commit is contained in:
@@ -3600,6 +3600,7 @@ namespace Game.Spells
|
||||
case AuraType.ModAttackerRangedCritChance:
|
||||
case AuraType.ModAttackerSpellAndWeaponCritChance:
|
||||
case AuraType.Dummy:
|
||||
case AuraType.PeriodicDummy:
|
||||
case AuraType.ModHealing:
|
||||
// check target for positive and negative spells
|
||||
if (!_isPositiveTarget(effect))
|
||||
|
||||
Reference in New Issue
Block a user