HOTFIX: frameshift fix

missing damage fields ffs
This commit is contained in:
hppeng 2022-09-16 11:40:32 -07:00
parent 8767616c0a
commit 33a1e18154
3 changed files with 5 additions and 3 deletions

View file

@ -26694,8 +26694,10 @@
"category": "weapon",
"slots": 3,
"drop": "NORMAL",
"nDam": "0-0",
"fDam": "160-200",
"wDam": "0-0",
"aDam": "0-0",
"tDam": "0-0",
"eDam": "150-210",
"atkSpd": "VERY_SLOW",

File diff suppressed because one or more lines are too long

View file

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