add other item types

This commit is contained in:
Bryce Allen
2015-04-02 23:27:39 -05:00
parent fc459b6ad8
commit 0ad973dc79
4 changed files with 24 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ if __name__ == '__main__':
db_path = os.path.join(db_path, "..", "db", "mh4u.db")
db = MHDB(db_path)
items = db.get_item_names()
items = db.get_item_names(rewards.ITEM_TYPES)
# write all names json to /items.json
items_file = os.path.join(outdir, "items.json")