better item parsing, clean up

This commit is contained in:
Hash Borgir
2023-06-05 22:03:59 -06:00
parent f769cc830c
commit 60b2a7b629
2 changed files with 60 additions and 31 deletions

View File

@@ -17,7 +17,7 @@ class D2ItemLocation {
/**
*
*/
const BELTI = 2;
const BELT = 2;
/**
*
*/
@@ -25,7 +25,7 @@ class D2ItemLocation {
/**
*
*/
const ITEM = 6;
const SOCKET = 6;
}