fix LockStatusRegister
This commit is contained in:
+1
-1
@@ -737,7 +737,7 @@ QuestIndex::QuestIndex(
|
||||
} catch (const out_of_range&) {
|
||||
}
|
||||
try {
|
||||
lock_status_register = metadata_json.get_bool("LockStatusRegister");
|
||||
lock_status_register = metadata_json.get_int("LockStatusRegister");
|
||||
} catch (const out_of_range&) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user