mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
фикс
This commit is contained in:
parent
7373734984
commit
66eced49b3
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
|||
|
||||
<div class="info-box-content">
|
||||
<span class="info-box-text"><%= translate("economy/profile:EXP").substr(2) %></span>
|
||||
<span class="info-box-number"><%= guild.members.find(u => u.id === userInfos.id).exp %> / <%= 5 * (guild.members.find(u => u.id === userInfos.id).exp * guild.members.find(u => u.id === userInfos.id).exp) + 80 * guild.members.find(u => u.id === userInfos.id).exp + 100 %></span>
|
||||
<span class="info-box-number"><%= guild.members.find(u => u.id === userInfos.id).exp %> / <%= 5 * (guild.members.find(u => u.id === userInfos.id).level * guild.members.find(u => u.id === userInfos.id).level) + 80 * guild.members.find(u => u.id === userInfos.id).level + 100 %></span>
|
||||
</div>
|
||||
<!-- /.info-box-content -->
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue