update comment on tmp-sql-to-weapons

bradl/monsters-adult-gold-dragon
James Miller 2020-04-23 16:10:40 -05:00
parent ee57fd402a
commit c02d7b2a34
1 changed files with 1 additions and 1 deletions

View File

@ -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