diff --git a/src/strategy/dungeons/wotlk/hallsofstone/HallsOfStoneActions.cpp b/src/strategy/dungeons/wotlk/hallsofstone/HallsOfStoneActions.cpp index 754d28df..29f9b3ca 100644 --- a/src/strategy/dungeons/wotlk/hallsofstone/HallsOfStoneActions.cpp +++ b/src/strategy/dungeons/wotlk/hallsofstone/HallsOfStoneActions.cpp @@ -19,7 +19,7 @@ bool ShatterSpreadAction::Execute(Event event) } if (!closestMember || bot->GetExactDist2d(unit) < bot->GetExactDist2d(closestMember)) { - closestMember = botAI->GetUnit(member); + closestMember = unit; } }