Fix doubling up box positions
This commit is contained in:
parent
5993f45dc9
commit
61461291a6
@ -176,7 +176,7 @@ function GetSpecialWeaponName(item) {
|
||||
}
|
||||
|
||||
function ConvertCoordinate(x,y) {
|
||||
return (String.fromCharCode(Number(x)+'a'.charCodeAt(0)))+(y+1);
|
||||
return (String.fromCharCode(Number(x)+'a'.charCodeAt(0)))+(y/2+1);
|
||||
}
|
||||
|
||||
function SkillBox(p) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user