Skip to content

Commit

Permalink
fix(Scripts/Naxxramas): Maexxna's Outer Web Door (#21445)
Browse files Browse the repository at this point in the history
Co-authored-by: pavel_k <pavel_k@mail.com>
  • Loading branch information
demetrzz and pavel_k authored Feb 15, 2025
1 parent a05833e commit 61f04f6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/server/scripts/Northrend/Naxxramas/boss_maexxna.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,9 @@ class boss_maexxna : public CreatureScript
events.Reset();
summons.DespawnAll();
if (pInstance)
{
if (GameObject* go = me->GetMap()->GetGameObject(pInstance->GetGuidData(DATA_MAEXXNA_GATE)))
{
go->SetGoState(GO_STATE_ACTIVE);
}
}
if (pInstance->GetBossState(BOSS_FAERLINA) == DONE)
go->SetGoState(GO_STATE_ACTIVE);
}

void JustEngagedWith(Unit* who) override
Expand Down

0 comments on commit 61f04f6

Please sign in to comment.