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

--HG--
branch : trunk
This commit is contained in:
megamage
2009-05-21 10:09:25 -05:00
parent 4ed847a6e3
commit fb0ccbf4aa

View File

@@ -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;
}