diff --git a/views/shared/profiles/stats.jade b/views/shared/profiles/stats.jade index f644a7f6f7..df1d72404f 100644 --- a/views/shared/profiles/stats.jade +++ b/views/shared/profiles/stats.jade @@ -4,6 +4,10 @@ table.table.table-striped td strong=env.t('health') | : {{profile.stats.hp | number:0}} / 50 + tr(ng-if='profile.stats.lvl >= 10 && !profile.preferences.disableClasses') + td + strong=env.t('mana') + | : {{profile.stats.mp | number:0}} / {{profile._statsComputed.maxMP}} tr td strong=env.t('gold')