diff --git a/data/yaml/tmp-sql-to-weapons.py b/data/yaml/tmp-sql-to-weapons.py index fa2978d..97ab2d5 100644 --- a/data/yaml/tmp-sql-to-weapons.py +++ b/data/yaml/tmp-sql-to-weapons.py @@ -25,7 +25,7 @@ def main(): c.execute(q) data = [dict(row) for row in c.fetchall()] for i in data: - # handle empty bulk entries + # handle empty bulk entries to match the abbr field in bulks.yaml if i['bulk'] == '': i['bulk'] = '-' # convert gp prices to cp prices to avoid float issues