[7856] Fix cast 51525 and ranks charge on target (not owner)

Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
Astellar 2009-05-20 06:56:29 +04:00 committed by DiSlord
parent c014560b45
commit ea1ca701ed
2 changed files with 2 additions and 2 deletions

View file

@ -5942,7 +5942,7 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
default:
return false;
}
CastSpell(this, spell, true, castItem, triggeredByAura);
CastSpell(target, spell, true, castItem, triggeredByAura);
if ((*itr)->DropAuraCharge())
RemoveAurasDueToSpell((*itr)->GetId());
return true;