mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-06 08:18:41 +07:00
Added index for 'none' item type
This commit is contained in:
@ -78,6 +78,7 @@ public class Type extends Bits {
|
||||
return builder.toString();
|
||||
}
|
||||
|
||||
public static final int NONE = Riiablo.files.ItemTypes.index("");
|
||||
public static final int SHIE = Riiablo.files.ItemTypes.index("shie");
|
||||
public static final int TORS = Riiablo.files.ItemTypes.index("tors");
|
||||
public static final int GOLD = Riiablo.files.ItemTypes.index("gold");
|
||||
|
Reference in New Issue
Block a user