改变面板大小,5x4写错成5x3
This commit is contained in:
parent
3d28f4fba0
commit
a22461374c
|
@ -1683,7 +1683,7 @@ const skillObjectParsers = {
|
|||
}
|
||||
case 2: {
|
||||
width = 5;
|
||||
height = 3;
|
||||
height = 4;
|
||||
break;
|
||||
}
|
||||
case 3: {
|
||||
|
|
Loading…
Reference in New Issue