moon calc

This commit is contained in:
2018-10-25 23:32:12 -05:00
parent 6af6e27612
commit 21364dbe55

View File

@@ -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]);
dd($tritanium[0]['Price']);
//Go through each of the items and update the price
foreach($items as $item) {
//Get the item composition