diff --git a/db/gw-treasure-treasuredata.sql b/db/gw-treasure-treasurelocation.sql
similarity index 100%
rename from db/gw-treasure-treasuredata.sql
rename to db/gw-treasure-treasurelocation.sql
diff --git a/gw-pull.php b/gw-pull.php
index dacc39f..e5f5a79 100644
--- a/gw-pull.php
+++ b/gw-pull.php
@@ -21,6 +21,7 @@ if (mysqli_num_rows($result) > 0) {
echo 'a ' . $row['material'] . '!
';
}
}
+ echo ' at (insert SQL code here)
';
}
} else {
echo 'no data to display for that character';