Skip to content

Commit

Permalink
Buildfix (#375)
Browse files Browse the repository at this point in the history
* fix: check completed bosses on object recreate

* fix build

* Update serpentshrine_cavern.cpp
  • Loading branch information
Nyeriah committed Dec 17, 2023
1 parent c6dd5c4 commit f6d995c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ class GlobalSerpentshrineScript : public GlobalScript
}
}
}

return false;
}

return false;
}

void AfterInstanceGameObjectCreate(Map* map, GameObject* go) override
Expand Down

0 comments on commit f6d995c

Please sign in to comment.