|
|
|
@ -923,7 +923,7 @@ public class ItemBase {
@@ -923,7 +923,7 @@ public class ItemBase {
|
|
|
|
|
public String[] getVorgStats() { |
|
|
|
|
if(this.isLightArmor() || this.isMediumArmor() || this.isHeavyArmor() || this.isClothArmor()){ |
|
|
|
|
if(this.getValidSlot() == MBServerStatics.SLOT_FEET) { |
|
|
|
|
return new String[]{"PRE-130", "PRE-232", "PRE-212", "PRE-222", "SUF-007","SUF-150"}; |
|
|
|
|
return new String[]{"PRE-133", "PRE-230", "PRE-210", "PRE-220", "SUF-003","SUF-150"}; |
|
|
|
|
}else { |
|
|
|
|
return new String[]{"PRE-130", "PRE-232", "PRE-212", "PRE-222", "SUF-007"}; |
|
|
|
|
} |
|
|
|
|