Skip to content

Commit

Permalink
bug on typeid slipped in :(
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzysteve committed Mar 16, 2017
1 parent ec5d942 commit dc149d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion citadelmarket.gs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function getCitadel(citadelid) {
json[i].order_id,
json[i].price,
json[i].range,
json[i].typeid,
json[i].type_id,
json[i].volume_remain,
json[i].volume_total
];
Expand Down

0 comments on commit dc149d9

Please sign in to comment.