Fix tachy - remove str that doesn't exist

This commit is contained in:
b 2021-03-01 13:57:39 -08:00
parent 41c4cccc0e
commit 67bfd6bb00
3 changed files with 4 additions and 4 deletions

View file

@ -102,7 +102,7 @@
"intReq": 0,
"agiReq": 0,
"defReq": 0,
"str": 20,
"str": 0,
"dex": 0,
"int": 0,
"agi": 0,

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
const DB_VERSION = 36;
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.js
const DB_VERSION = 37;
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
let db;
let reload = false;