mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(Scripts/UtgardePinnacle): Svala Sorrowgrave's sacrifice should o… (#12069)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user