Skip to content

Commit

Permalink
AQ: Resolve wipe accumulating guids on ossirian
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed May 5, 2024
1 parent 2b89461 commit c3455a8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,10 +213,11 @@ void instance_ruins_of_ahnqiraj::SetData(uint32 uiType, uint32 uiData)
{
if (GameObject* go = instance->GetGameObject(crystals[i]))
{
go->SetForcedDespawn();
go->SetLootState(GO_JUST_DEACTIVATED);
go->SetForcedDespawn();
}
}
m_goEntryGuidCollection[GO_OSSIRIAN_CRYSTAL].resize(1); // keeps first
}
m_auiEncounter[uiType] = uiData;
break;
Expand Down

0 comments on commit c3455a8

Please sign in to comment.