Skip to content

Commit

Permalink
fix: fix logic on bridge (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyeriah committed Dec 23, 2023
1 parent f6d995c commit 07dd031
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class GlobalSerpentshrineScript : public GlobalScript
{
if (go->GetEntry() == GO_LADY_VASHJ_BRIDGE_CONSOLE)
{
if (!IsAnyBossAlive(map))
if (IsAnyBossAlive(map))
{
go->SetGameObjectFlag(GO_FLAG_NOT_SELECTABLE);
}
Expand Down

0 comments on commit 07dd031

Please sign in to comment.