Updated World Exchange enums.

Contributed by Index.
This commit is contained in:
MobiusDevelopment
2022-10-31 00:58:48 +00:00
parent 934c5a537c
commit ef065fff95
8 changed files with 18 additions and 11 deletions

View File

@@ -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;