From 7014b5c60fd3f3339c0c2810e0206af734a03980 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Fri, 8 Mar 2013 06:24:46 -0600 Subject: Um, fixed earning points for trying, for real this time. --- includes/playerStats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/playerStats.php b/includes/playerStats.php index af3031d..11c103a 100644 --- a/includes/playerStats.php +++ b/includes/playerStats.php @@ -139,7 +139,7 @@ function addPlayerChampionPointsForMapsOfTheDay($mapExpireTime) UPDATE solutions INNER JOIN mapOfTheDay ON mapOfTheDay.mapID = solutions.mapID SET solutions.championPointsWorth = ".CP_POINTS_FOR_ATTEMPTING." - WHERE championPointsWorth = 0 + WHERE solutions.championPointsWorth = 0 AND mapOfTheDay.mapExpireTime >= '$mapExpireTime' AND mapOfTheDay.mapExpireTime <= NOW() "; -- cgit v1.2.3