fix(Scripts/UtgardePinnacle): Svala Sorrowgrave's sacrifice should o… (#12069)
This commit is contained in:
parent
713cddc1ba
commit
c6ff6005be
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue