From 00602dfba709008085c2d52260164f3b6ee3979d Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Fri, 8 Mar 2013 06:14:55 -0600 Subject: Fix for attempted maps not earning champion points - whoops! --- includes/playerStats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/playerStats.php b/includes/playerStats.php index bc0b210..af3031d 100644 --- a/includes/playerStats.php +++ b/includes/playerStats.php @@ -138,7 +138,7 @@ function addPlayerChampionPointsForMapsOfTheDay($mapExpireTime) -- Add the points for attempting the map UPDATE solutions INNER JOIN mapOfTheDay ON mapOfTheDay.mapID = solutions.mapID - SET championPointsWorth = ".CP_POINTS_FOR_ATTEMPTING." + SET solutions.championPointsWorth = ".CP_POINTS_FOR_ATTEMPTING." WHERE championPointsWorth = 0 AND mapOfTheDay.mapExpireTime >= '$mapExpireTime' AND mapOfTheDay.mapExpireTime <= NOW() -- cgit v1.2.3