more updates

This commit is contained in:
unknown
2012-09-05 17:28:31 +03:00
parent fdc11a8408
commit 800627b813
7 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ if (isset($_POST['name'])) {
</tr>
<tr>
<th>Regeneration</th>
<td class="val"><?php echo ($hero_info['regeneration']*5*ceil(SPEED/10)); ?>/Day</td>
<td class="val"><?php echo ($hero_info['regeneration']*5*SPEED); ?>/Day</td>
<td class="xp"><img class="bar" src="img/x.gif" style="width:<?php echo ($hero_info['regeneration']*2)+1; ?>px;" alt="<?php echo ($hero_info['regeneration']*5*SPEED); ?>%/Day" title="<?php echo ($hero_info['regeneration']*5*SPEED); ?>%/Day" /></td>
<td class="up"><span class="none">
<?php