Fixed wrong inventory slot order on char info packets.

Contributed by Thonygez.
This commit is contained in:
MobiusDev
2016-01-27 14:07:53 +00:00
parent 4b8df59b6d
commit 8174717393
3 changed files with 18 additions and 21 deletions

View File

@@ -164,19 +164,6 @@ public abstract class Inventory extends ItemContainer
Inventory.PAPERDOLL_LRHAND
};
public static final int[] PAPERDOLL_ORDER_VISUAL_ID = new int[]
{
Inventory.PAPERDOLL_RHAND,
Inventory.PAPERDOLL_LHAND,
Inventory.PAPERDOLL_GLOVES,
Inventory.PAPERDOLL_CHEST,
Inventory.PAPERDOLL_LEGS,
Inventory.PAPERDOLL_FEET,
Inventory.PAPERDOLL_LRHAND,
Inventory.PAPERDOLL_HAIR,
Inventory.PAPERDOLL_DHAIR
};
// Speed percentage mods
public static final double MAX_ARMOR_WEIGHT = 12000;