fate peddler price adjustments
This commit is contained in:
@@ -294,6 +294,14 @@ public class MobEquipment extends AbstractGameObject {
|
||||
|
||||
public int getMagicValue() {
|
||||
|
||||
if(this.itemBase.getUUID() == 971070){
|
||||
return 2000000;
|
||||
}
|
||||
|
||||
if(this.itemBase.getUUID() == 971012){
|
||||
return 500000;
|
||||
}
|
||||
|
||||
if (!this.isID) {
|
||||
return itemBase.getBaseValue();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user