diff --git a/app/Library/MoonCalc.php b/app/Library/MoonCalc.php index ea10331c8..af57f2329 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($tritanium[0]->Price); + dd($tritaniumPrice[0]->Price); //Go through each of the items and update the price foreach($items as $item) { //Get the item composition