Skip to content

Commit

Permalink
SSC: Lock access to Vashj if prenerf
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa committed Jan 14, 2025
1 parent 6304da2 commit b561092
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ void instance_serpentshrine_cavern::OnObjectCreate(GameObject* pGo)
m_goEntryGuidStore[pGo->GetEntry()] = pGo->GetObjectGuid();
break;
case GO_CONSOLE_VASHJ:
#ifdef PRENERF_2_3
pGo->SetFlag(GAMEOBJECT_FLAGS, GO_FLAG_NO_INTERACT);
#endif
m_goEntryGuidStore[pGo->GetEntry()] = pGo->GetObjectGuid();
EngageBridgeConsole(pGo);
break;
Expand Down

0 comments on commit b561092

Please sign in to comment.