HOTFIX: patch frameshift (again)
missing neutral and air damage
This commit is contained in:
parent
36d099b225
commit
416a07c787
3 changed files with 5 additions and 3 deletions
|
@ -26994,6 +26994,8 @@
|
|||
"wDam": "0-0",
|
||||
"tDam": "0-0",
|
||||
"eDam": "150-210",
|
||||
"nDam": "0-0",
|
||||
"aDam": "0-0",
|
||||
"atkSpd": "VERY_SLOW",
|
||||
"lvl": 104,
|
||||
"strReq": 40,
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 116;
|
||||
const DB_VERSION = 117;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||
|
||||
let db;
|
||||
|
|
Loading…
Reference in a new issue