From 0ec6e93496fce283c716bcf8f99b869733eb8413 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 28 May 2019 00:59:18 -0600 Subject: [PATCH] Adjust artifact info format --- api/actions/getplace.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/actions/getplace.php b/api/actions/getplace.php index b712172..6d4eff1 100644 --- a/api/actions/getplace.php +++ b/api/actions/getplace.php @@ -23,7 +23,7 @@ if ($database->has("locations", ["osmid" => $VARS["id"]])) { "[>]locations" => "locationid", "[>]items" => "itemid" ], [ - "artifacts.currentlife", "artifacts.maxlife", "artifacts.itemid", "items.icon", "items.color" + "artifacts.artuuid (id)", "artifacts.currentlife (energy)", "artifacts.maxlife (maxenergy)", "artifacts.itemid", "items.icon", "items.color" ], [ "locations.osmid" => $VARS["id"] ]);