From b4a0f61e57f550f52c8265c4670ab027e0106330 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Mon, 30 Jul 2018 15:45:59 -1000 Subject: [PATCH] ugh sql table name change again --- gw-record.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gw-record.php b/gw-record.php index fb2a8e4..1eb4d7f 100644 --- a/gw-record.php +++ b/gw-record.php @@ -18,7 +18,7 @@ if ($con->connect_errno > 0){ } echo ''; echo '
At '; -$sqlmaplocation = "SELECT * FROM `treasurelocation` WHERE `treasureid` = $location"; +$sqlmaplocation = "SELECT * FROM `treasuredata` WHERE `treasureid` = $location"; if (!$result = $con->query($sqlmaplocation)){ die ('There was an error running the query [' . $con->error . ']'); } @@ -152,4 +152,4 @@ if ($whatdropped == "1"){

- \ No newline at end of file +