mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
[7856] Fix cast 51525 and ranks charge on target (not owner) Author: Astellar
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user