Skip to content

Commit

Permalink
Include added_in version for variations data
Browse files Browse the repository at this point in the history
  • Loading branch information
jwheare committed Nov 17, 2017
1 parent 4e1a217 commit 303a33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build_map.php
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ function simplify_row($row){
$out = array();

foreach ($row as $k => $v){
if (in_array($k, array('unified', 'image', 'sheet_x', 'sheet_y'))){
if (in_array($k, array('unified', 'image', 'sheet_x', 'sheet_y', 'added_in'))){
$out[$k] = $v;
}elseif (substr($k, 0, 8) == 'has_img_'){
$out[$k] = $v;
Expand Down

0 comments on commit 303a33b

Please sign in to comment.