Add bonus points calculation to table total.

This commit is contained in:
2018-02-21 23:19:03 +01:00
parent 3b47093a3a
commit 4b627586f8
6 changed files with 37 additions and 10 deletions

View File

@@ -42,4 +42,6 @@ define('UP_WINS', 1);
define('UP_POINTS', 2);
define('LEAGUE_CHAMP', 1);
define('LEAGUE_KO', 2);
define('FOOTB_BONUS_DAY', $table_prefix . 'footb_bonuspoints_day');
?>