Sync with L2JServer Jan 28th 2015.
This commit is contained in:
@@ -27,20 +27,20 @@ public class AppearanceStone
|
||||
{
|
||||
public enum StoneType
|
||||
{
|
||||
None,
|
||||
Normal,
|
||||
Blessed,
|
||||
Fixed,
|
||||
Restore
|
||||
NONE,
|
||||
NORMAL,
|
||||
BLESSED,
|
||||
FIXED,
|
||||
RESTORE
|
||||
}
|
||||
|
||||
public enum AppearanceItemType
|
||||
{
|
||||
None,
|
||||
Weapon,
|
||||
Armor,
|
||||
Accessory,
|
||||
All
|
||||
NONE,
|
||||
WEAPON,
|
||||
ARMOR,
|
||||
ACCESSORY,
|
||||
ALL
|
||||
}
|
||||
|
||||
private final int _itemId;
|
||||
|
Reference in New Issue
Block a user