HOTFIX: Fix frameshift ID

💀
This commit is contained in:
hppeng 2022-09-26 05:25:11 -07:00
parent 050a086838
commit 73bc5e469e
3 changed files with 4 additions and 2 deletions

View file

@ -26855,8 +26855,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 = 114;
const DB_VERSION = 115;
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
let db;