Browse Source

改变面板大小,5x4写错成5x3

master
枫谷剑仙 1 year ago
parent
commit
a22461374c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      script-skill-parser.js

+ 1
- 1
script-skill-parser.js View File

@@ -1683,7 +1683,7 @@ const skillObjectParsers = {
}
case 2: {
width = 5;
height = 3;
height = 4;
break;
}
case 3: {


Loading…
Cancel
Save