diff options
Diffstat (limited to 'includes/playerStats.php')
-rw-r--r-- | includes/playerStats.php | 2 |
1 files changed, 1 insertions, 1 deletions
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() |