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:
hondacrx
2022-02-24 10:57:19 -05:00
parent fbbd15414e
commit 722ed3be78
+1
View File
@@ -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))