Skip to content

Commit

Permalink
forgot also deleting references to the deleted quest in the db
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Jul 9, 2024
1 parent 437d429 commit fa538aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ object DatabaseInitializer {
}
if (oldVersion <= 17 && newVersion > 17) {
db.exec("DROP TABLE direction_of_flow;")
db.deleteQuest("AddSuspectedOneway")
}
}
}
Expand Down

0 comments on commit fa538aa

Please sign in to comment.