Remove rounding of gold to match the menu

This commit is contained in:
Benjamin Schenker 2015-03-08 19:13:48 -05:00
parent 963ddd7694
commit 5bdf1564e6

View file

@ -11,7 +11,7 @@ table.table.table-striped
tr
td
strong=env.t('gold')
| : {{profile.stats.gp | number:0}}
| : {{profile.stats.gp}}
tr
td
strong=env.t('level')