Change icon and add appropriate sorting

This commit is contained in:
DarkPhoenix
2010-08-22 23:21:06 +04:00
parent b8c42319e8
commit 608878f3f0
2 changed files with 9 additions and 5 deletions

View File

@@ -91,7 +91,7 @@ class Market():
results = eos.db.searchFits(name)
fits = []
for fit in results:
fits.append((fit.ID, fit.name, fit.ship.item.race, fit.ship.item.name))
fits.append((fit.ID, fit.name, fit.ship.item.name))
return fits