fix(Scripts/Karazhan): Side Enterance Door check (#17493)
This commit is contained in:
parent
0a6d6f5cd7
commit
62ef0db09f
1 changed files with 2 additions and 2 deletions
|
|
@ -374,9 +374,9 @@ public:
|
|||
case GO_SIDE_ENTRANCE_DOOR:
|
||||
m_uiSideEntranceDoor = go->GetGUID();
|
||||
if (GetBossState(DATA_OPERA_PERFORMANCE) == DONE)
|
||||
go->SetGameObjectFlag(GO_FLAG_LOCKED);
|
||||
else
|
||||
go->RemoveGameObjectFlag(GO_FLAG_LOCKED);
|
||||
else
|
||||
go->SetGameObjectFlag(GO_FLAG_LOCKED);
|
||||
break;
|
||||
case GO_DUST_COVERED_CHEST:
|
||||
DustCoveredChest = go->GetGUID();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue