moon calc
This commit is contained in:
@@ -190,7 +190,7 @@ class MoonCalc {
|
|||||||
$thuliumPrice = DB::select('SELECT Price FROM Prices WHERE ItemId = ? AND Time = ?', [16653, $maxTime]);
|
$thuliumPrice = DB::select('SELECT Price FROM Prices WHERE ItemId = ? AND Time = ?', [16653, $maxTime]);
|
||||||
//Get the item compositions
|
//Get the item compositions
|
||||||
$items = DB::select('SELECT Name,ItemId FROM ItemComposition');
|
$items = DB::select('SELECT Name,ItemId FROM ItemComposition');
|
||||||
dd($tritaniumPrice);
|
dd($tritanium);
|
||||||
//Go through each of the items and update the price
|
//Go through each of the items and update the price
|
||||||
foreach($items as $item) {
|
foreach($items as $item) {
|
||||||
//Get the item composition
|
//Get the item composition
|
||||||
|
|||||||
Reference in New Issue
Block a user