Skip to content

Commit

Permalink
AQ: Resolve wipe accumulating guids on ossirian
Browse files Browse the repository at this point in the history
Closes #547
  • Loading branch information
killerwife committed Apr 6, 2024
1 parent d384567 commit 10b7680
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,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 10b7680

Please sign in to comment.