7.4 to the go

This commit is contained in:
2022-12-19 20:26:14 +02:00
parent 6cd7b13db0
commit 924be6329b
237 changed files with 38764 additions and 89531 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ if( isset($pr_momental_this)) {
);
*/
//
$pvr['mp'] = round($u->stats['mpAll']*0.05);
$pvr['mp'] = round($u->stats['mpAll']*0.15);
$pvr['mpSee'] = 0;
$pvr['mpNow'] = floor($u->stats['mpNow']);
$pvr['mpAll'] = $u->stats['mpAll'];
@@ -66,7 +66,7 @@ if( isset($pr_momental_this)) {
$btl->stats[$btl->uids[$u->info['id']]]['mpNow'] = $pvr['mpNow'];
$btl->users[$btl->uids[$u->info['id']]]['mpNow'] = $pvr['mpNow'];
//
$pvr['hp'] = round($u->stats['hpAll']*0.05);
$pvr['hp'] = round($u->stats['hpAll']*0.15);
$pvr['hpSee'] = 0;
$pvr['hpNow'] = floor($u->stats['hpNow']);
$pvr['hpAll'] = $u->stats['hpAll'];