* Update database (unpublish Abyssal items, for now)

* Add eve data version and datetime to about window (temp measure until we can get a better about window implemented)
This commit is contained in:
blitzmann
2018-05-29 19:37:55 -04:00
parent a02f863bc8
commit 8ab709e590
5 changed files with 10 additions and 2 deletions

View File

@@ -276,6 +276,7 @@ def main(db, json_path):
# pyfa, we can do it here as a post-processing step
eos.db.gamedata_engine.execute("UPDATE dgmtypeattribs SET value = 4.0 WHERE attributeID = ?", (1367,))
eos.db.gamedata_engine.execute("UPDATE invtypes SET published = 0 WHERE typeName LIKE '%abyssal%'")
print("done")
if __name__ == "__main__":