From fb0ccbf4aa32986e806bd8cd1fbcbef9a2886276 Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 21 May 2009 10:09:25 -0500 Subject: [7856] Fix cast 51525 and ranks charge on target (not owner) Author: Astellar --HG-- branch : trunk --- src/game/Unit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.3