diff --git a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_eredar_twins.cpp b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_eredar_twins.cpp index e33aadb6e..4bf78c4ab 100644 --- a/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_eredar_twins.cpp +++ b/src/server/scripts/EasternKingdoms/SunwellPlateau/boss_eredar_twins.cpp @@ -84,7 +84,7 @@ struct boss_sacrolash : public BossAI _isSisterDead = false; BossAI::Reset(); me->SetLootMode(0); - + if (Creature* alythess = instance->GetCreature(DATA_ALYTHESS)) if (!alythess->IsAlive()) alythess->Respawn(true); @@ -184,7 +184,7 @@ struct boss_alythess : public BossAI _isSisterDead = false; BossAI::Reset(); me->SetLootMode(0); - + if (Creature* sacrolash = instance->GetCreature(DATA_SACROLASH)) if (!sacrolash->IsAlive()) sacrolash->Respawn(true);