From 58384cf586345544abb48e282fe9a6adc7bd52d3 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 25 Oct 2018 23:21:29 -0500 Subject: [PATCH] moon calc --- app/Library/MoonCalc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/MoonCalc.php b/app/Library/MoonCalc.php index daf25efd8..4475e4f44 100644 --- a/app/Library/MoonCalc.php +++ b/app/Library/MoonCalc.php @@ -189,7 +189,7 @@ class MoonCalc { $thuliumPrice = DB::select('SELECT Price FROM Prices WHERE ItemId = ? AND Time = ?', [16653, $maxTime]); //Get the item compositions $items = DB::select('SELECT Name,ItemId FROM ItemComposition'); - dd($tritaniumPrice->Price); + dd($tritaniumPrice); //Go through each of the items and update the price foreach($items as $item) { //Get the item composition