Skip to content

Commit

Permalink
Magtheridon: Fix logical mistake
Browse files Browse the repository at this point in the history
Magtheridon now doesnt release every 5 minutes
  • Loading branch information
miraco authored and killerwife committed Oct 17, 2024
1 parent b5daa71 commit 9dd8379
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ void instance_magtheridons_lair::SetData(uint32 uiType, uint32 uiData)
case DONE:
// Reset door on Fail or Done
DoUseOpenableObject(GO_DOODAD_HF_MAG_DOOR01, true);

SetData(TYPE_CHANNELER_EVENT, DONE);
break;
case IN_PROGRESS:
Expand Down Expand Up @@ -156,7 +155,6 @@ void instance_magtheridons_lair::SetData(uint32 uiType, uint32 uiData)
m_uiCageBreakTimer = MINUTE * IN_MILLISECONDS;
}
}

// combat door
DoUseOpenableObject(GO_DOODAD_HF_MAG_DOOR01, false);
}
Expand Down Expand Up @@ -260,7 +258,6 @@ void instance_magtheridons_lair::Update(uint32 uiDiff)
if (pMagtheridon->IsAlive())
{
DoBroadcastText(aRandomTaunt[urand(0, 5)], pMagtheridon);
m_uiCageBreakTimer = MINUTE * IN_MILLISECONDS;
}
}
m_uiRandYellTimer = 90000;
Expand Down

0 comments on commit 9dd8379

Please sign in to comment.