Changeset 199

Show
Ignore:
Timestamp:
06/01/07 15:50:33 (3 years ago)
Author:
eevee
Message:

Fixed: Quick hack to make Pokemon search work again (and probably fix other things...)

Files:
1 modified

Legend:

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

    r198 r199  
    276276    $FuzzyMatches{ lc $itemnames[$_]       } = { type => 'item',    id => $_ + 1, name => $itemnames[$_]   } for 0 .. $#itemnames; 
    277277 
     278    # TODO: hack!  remove this when I get kana/romaji for everything 
     279    delete $FuzzyMatches{''}; 
     280 
    278281    return 1; 
    279282}