item service: include wiki prices in price data

This commit is contained in:
Adam
2021-03-09 16:40:23 -05:00
parent 1284429130
commit 48352f11c9
4 changed files with 24 additions and 17 deletions
@@ -32,4 +32,5 @@ public class ItemPrice
private int id;
private String name;
private int price;
private int wikiPrice;
}