aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/game/Unit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index c6f7707c8e8..6aeefa6e4aa 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -6527,7 +6527,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
default:
return false;
}
- CastSpell(this, spell, true, castItem, triggeredByAura);
+ CastSpell(target, spell, true, castItem, triggeredByAura);
(*itr)->GetParentAura()->DropAuraCharge();
return true;
}