Fix context menu with structure modules (no meta information), add citadel icons.

This commit is contained in:
blitzmann
2016-05-15 19:16:51 -04:00
parent 7cf0a35a7a
commit 10f51b41b7
6 changed files with 4 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ cursor = db.cursor()
RENDER_SIZE = (32, 32)
query_ships = 'select it.typeID from invtypes as it inner join invgroups as ig on it.groupID = ig.groupID where ig.categoryID = 6'
query_ships = 'select it.typeID from invtypes as it inner join invgroups as ig on it.groupID = ig.groupID where ig.categoryID in (6, 65)'
needed = set()