@ -1401,12 +1401,18 @@ public class Warehouse extends AbstractWorldObject {
case 1580020://bloodstone
newCost = 200000;
break;
case 1705032:
newCost = 100000;
}
return newCost;
public static int getSellStackSize(int id){
if(id == 1705032)
return 10;
return (int)(3000000 / (getCostForResource(id)));