We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e8b22 commit cb2349cCopy full SHA for cb2349c
1 file changed
src/scripts/kalimdor/silithus/temple_of_ahnqiraj/boss_cthun.cpp
@@ -1234,7 +1234,7 @@ struct eye_of_cthunAI : public ScriptedAI
1234
target = m_pInstance->GetMap()->GetPlayer(initialPullerGuid);
1235
}
1236
1237
- if (!target)
+ if (!target || target->IsDead())
1238
{
1239
target = SelectRandomAliveNotStomach(m_pInstance);
1240
0 commit comments