|
|
|
@ -210,6 +210,15 @@ public class Contract extends AbstractGameObject {
@@ -210,6 +210,15 @@ public class Contract extends AbstractGameObject {
|
|
|
|
|
} |
|
|
|
|
return returnList; |
|
|
|
|
} |
|
|
|
|
if(this.getObjectUUID() == 900){ |
|
|
|
|
for(MobEquipment me : this.sellInventory){ |
|
|
|
|
if(me.getItemBase().getName().equals("Prospector")){ |
|
|
|
|
me.magicValue = 500; |
|
|
|
|
} else{ |
|
|
|
|
me.magicValue = 1000; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
return this.sellInventory; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|