forked from MagicBane/Server
Case fix in json
This commit is contained in:
@@ -564,7 +564,7 @@ public class Enum {
|
||||
// Enum for ItemBase flags
|
||||
|
||||
public enum ItemType {
|
||||
UNKNOWN(0),
|
||||
Unknown(0),
|
||||
WEAPON(1),
|
||||
ARMOR(2),
|
||||
BASE(3),
|
||||
|
||||
Reference in New Issue
Block a user