From 60c8232de409d0cb6de37ef87a489049f060003d Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Sun, 30 Sep 2012 18:04:57 -0500 Subject: Did some more work on the challenges, to have them added to the DB when the user actually completes them. No idea if it actually works yet :) --- includes/maps.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/maps.php') diff --git a/includes/maps.php b/includes/maps.php index 05559b4..2b20eac 100644 --- a/includes/maps.php +++ b/includes/maps.php @@ -965,6 +965,8 @@ function routePath($mygrid, $validate = false, $traverseBackwards = false) { //Mark where we ended up starting from. if ($r['start'] == '') $r['start'] = $p['start']; + $r['end'] = $p['end']; + //Could be blocked right already. $blocked = $p['blocked']; do { -- cgit v1.2.3