ge: submit spent price instead of computed per-item price

This commit is contained in:
Adam
2020-05-31 18:40:42 -04:00
parent ea45059f20
commit 83756e8722
6 changed files with 13 additions and 19 deletions

View File

@@ -35,7 +35,7 @@ public class GrandExchangeTrade
private int itemId;
private int quantity;
private int total;
private int price;
private int spent;
private int offer;
private WorldType worldType;
}