Updated World Exchange enums.
Contributed by Index.
This commit is contained in:
@@ -22,10 +22,8 @@ package org.l2jmobius.gameserver.enums;
|
||||
public enum WorldExchangeItemMainType
|
||||
{
|
||||
EQUIPMENT(0),
|
||||
ARTIFACT(1),
|
||||
ENCHANT(8),
|
||||
CONSUMABLE(20),
|
||||
ETC(4),
|
||||
COLLECTION(5);
|
||||
|
||||
private final int _id;
|
||||
|
||||
Reference in New Issue
Block a user