Skip to content

Commit

Permalink
Separate types into different columns.
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdydrew committed Aug 25, 2016
1 parent 471dd2a commit 450842d
Show file tree
Hide file tree
Showing 2 changed files with 763 additions and 728 deletions.
2 changes: 1 addition & 1 deletion random.php
Expand Up @@ -39,7 +39,7 @@
} else {
$tier_column = "tier";
}
if ($type != null) {$paramArray[] = '(type1 = "' . $type . '" OR type2 = "' . $type . '")';}
if ($type != null) {$paramArray[] = $type . ' = true';}
if ($ubers && $nfes) {
// If we want to get ubers and NFEs as well as fully evolved Pokemon,
// no need to add a parameter for that.
Expand Down

0 comments on commit 450842d

Please sign in to comment.