mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 02:50:29 +00:00
fix(Core/Spells): Ruthlessness/Seal Fate selecting wrong proc target (#10982)
Fixes #10328
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user