Update ItemConstants.java for new hair/face IDs
This commit is contained in:
@@ -228,10 +228,10 @@ public final class ItemConstants {
|
||||
}
|
||||
|
||||
public static boolean isFace(int itemId) {
|
||||
return itemId >= 20000 && itemId < 22000;
|
||||
return itemId >= 20000 && itemId < 29000;
|
||||
}
|
||||
|
||||
public static boolean isHair(int itemId) {
|
||||
return itemId >= 30000 && itemId < 35000;
|
||||
return itemId >= 30000 && itemId < 49000;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user