Index: jbidwatcher/trunk/src/com/jbidwatcher/auction/AuctionSnipe.java =================================================================== --- jbidwatcher/trunk/src/com/jbidwatcher/auction/AuctionSnipe.java (revision 517) +++ jbidwatcher/trunk/src/com/jbidwatcher/auction/AuctionSnipe.java (revision 591) @@ -42,7 +42,7 @@ * How many items are to be sniped on, when the snipe fires? * @return - The number of items to snipe for (only valid for multi-item auctions). */ - public int getQuantity() { return getInteger("quantity"); } + public int getQuantity() { return getInteger("quantity", 1); } public long getDelta() { return getInteger("delta"); } public int getUserId() { return getInteger("user_id"); } public String getStatus() { return getString("status"); }