Skip to content

Commit

Permalink
SHH: Fix typo causing threat multiplication on omrogg
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Feb 4, 2024
1 parent 2f13fea commit 7d51d04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ struct Beatdown : public SpellScript
if (itr == spell->GetTargetList().end())
return;

caster->getThreatManager().modifyAllThreatPercent(100);
caster->getThreatManager().modifyAllThreatPercent(-100);
caster->AI()->AttackStart(target);
}
};
Expand Down

0 comments on commit 7d51d04

Please sign in to comment.