Ensoul system implementation.
Contributed by Mathael.
This commit is contained in:
@ -26,7 +26,8 @@ public enum ItemListType implements IUpdateTypeComponent
|
||||
AUGMENT_BONUS(0x01),
|
||||
ELEMENTAL_ATTRIBUTE(0x02),
|
||||
ENCHANT_EFFECT(0x04),
|
||||
VISUAL_ID(0x08);
|
||||
VISUAL_ID(0x08),
|
||||
SOUL_CRYSTAL(0x10);
|
||||
|
||||
private final int _mask;
|
||||
|
||||
|
Reference in New Issue
Block a user