Show
Ignore:
Timestamp:
06/02/07 19:10:51 (3 years ago)
Author:
eevee
Message:

Fixed: Alt forms were still showing up in %FuzzyMatches, which was breaking get_pokemon and thus the comparifier.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/lib/Vee/Dex.pm

    r201 r203  
    207207 
    208208    my @pokenames = $schema->resultset('Pokemon')->search({ 
    209         real_id => { '<=', $Generations[-1]{maxid} }, 
     209        id => { '<=', $Generations[-1]{maxid} }, 
    210210    }, { 
    211211        order_by => 'id ASC',