Add warrior skills to the lookup.

This commit is contained in:
Lynn "Zhorken" Vaughan 2012-08-01 11:29:27 -04:00
parent 3c76c08042
commit ec5b138162

View file

@ -88,7 +88,8 @@ _table_order = dict(
locations=6,
natures=7,
conquest_warriors=8,
conquest_kingdoms=9,
conquest_warrior_skills=9,
conquest_kingdoms=10,
)
def _table_facet_impl(searcher, docnum):
u"""Implements a sort that puts different "types" of results in a
@ -120,7 +121,8 @@ class PokedexLookup(object):
tables.Type,
tables.ConquestKingdom,
tables.ConquestWarrior
tables.ConquestWarrior,
tables.ConquestWarriorSkill,
)
)