We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6304da2 commit b561092Copy full SHA for b561092
src/game/AI/ScriptDevAI/scripts/outland/coilfang_reservoir/serpent_shrine/serpent_shrine.cpp
@@ -118,6 +118,9 @@ void instance_serpentshrine_cavern::OnObjectCreate(GameObject* pGo)
118
m_goEntryGuidStore[pGo->GetEntry()] = pGo->GetObjectGuid();
119
break;
120
case GO_CONSOLE_VASHJ:
121
+#ifdef PRENERF_2_3
122
+ pGo->SetFlag(GAMEOBJECT_FLAGS, GO_FLAG_NO_INTERACT);
123
+#endif
124
125
EngageBridgeConsole(pGo);
126
0 commit comments