Fix photon projector
This commit is contained in:
parent
1416b01846
commit
b49d976a47
4 changed files with 5 additions and 5 deletions
|
@ -65617,9 +65617,9 @@
|
|||
"slots": 3,
|
||||
"drop": "NORMAL",
|
||||
"nDam": "0-0",
|
||||
"fDam": "150-177",
|
||||
"fDam": "0-0",
|
||||
"wDam": "150-177",
|
||||
"aDam": "220-260",
|
||||
"aDam": "150-177",
|
||||
"tDam": "0-0",
|
||||
"eDam": "0-0",
|
||||
"atkSpd": "SLOW",
|
||||
|
|
File diff suppressed because one or more lines are too long
2
load.js
2
load.js
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 47;
|
||||
const DB_VERSION = 48;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||
|
||||
let db;
|
||||
|
|
2
load3.js
2
load3.js
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 47;
|
||||
const DB_VERSION = 48;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||
|
||||
let db;
|
||||
|
|
Loading…
Add table
Reference in a new issue