Fix tachy - remove str that doesn't exist
This commit is contained in:
parent
41c4cccc0e
commit
67bfd6bb00
3 changed files with 4 additions and 4 deletions
|
@ -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
4
load.js
4
load.js
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue