item service: include wiki prices in price data

This commit is contained in:
Adam
2021-03-09 14:17:21 -05:00
parent 1284429130
commit 48352f11c9
4 changed files with 24 additions and 17 deletions

View File

@@ -32,4 +32,5 @@ public class ItemPrice
private int id;
private String name;
private int price;
private int wikiPrice;
}