fix(Core/Spells): Ruthlessness/Seal Fate selecting wrong proc target (#10982)

Fixes #10328
This commit is contained in:
UltraNix
2022-03-16 18:58:49 +01:00
committed by GitHub
parent 8301434a01
commit b01aa11f18

View File

@@ -9137,8 +9137,7 @@ bool Unit::HandleProcTriggerSpell(Unit* victim, uint32 damage, AuraEffect* trigg
case 14189: // Seal Fate (Netherblade set)
case 14157: // Ruthlessness
{
if (!victim || victim == this)
return false;
victim = nullptr;
// Need add combopoint AFTER finish movie (or they dropped in finish phase)
break;
}