Fix string vs integer values in parsed def/hp

This commit is contained in:
b 2021-01-10 07:00:57 -06:00
parent af5d92c266
commit 940f4368f4
5 changed files with 1827 additions and 1827 deletions

File diff suppressed because it is too large Load diff

1824
clean.json

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
const DB_VERSION = 10;
const DB_VERSION = 11;
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.js
let db;

View file

@ -11,7 +11,7 @@ console.log(url_tag);
* END testing section
*/
const BUILD_VERSION = "4.4";
const BUILD_VERSION = "4.5";
document.getElementById("header").textContent = "Wynn build calculator "+BUILD_VERSION+" (db version "+DB_VERSION+")";