diff options
| author | megamage <none@none> | 2009-05-21 10:09:25 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-21 10:09:25 -0500 |
| commit | fb0ccbf4aa32986e806bd8cd1fbcbef9a2886276 (patch) | |
| tree | 261910b205a9212759725ad1fe3e5a33df9a9bf0 /src | |
| parent | 4ed847a6e329ebaa3a7951b5a44cbc6065dc7db2 (diff) | |
[7856] Fix cast 51525 and ranks charge on target (not owner) Author: Astellar
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/Unit.cpp | 2 |
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; } |
