fix(Scripts/UtgardePinnacle): Svala Sorrowgrave's sacrifice should o… (#12069)

This commit is contained in:
Skjalf
2022-06-20 09:46:05 -03:00
committed by GitHub
parent 713cddc1ba
commit c6ff6005be

View File

@@ -324,7 +324,7 @@ public:
break;
}
case EVENT_SORROWGRAVE_RITUAL:
if (Unit* target = SelectTarget(SelectTargetMethod::Random, 0))
if (Unit* target = SelectTarget(SelectTargetMethod::Random, 0, 0.0f, true))
{
Talk(SAY_SACRIFICE_PLAYER);