ledger job
This commit is contained in:
@@ -239,6 +239,7 @@ class MoonCalc {
|
|||||||
$promethiumPrice = MineralPrice::where(['ItemId' => 16652])->where('Time', '>', $pastTime)->avg('Price');
|
$promethiumPrice = MineralPrice::where(['ItemId' => 16652])->where('Time', '>', $pastTime)->avg('Price');
|
||||||
$thuliumPrice = MineralPrice::where(['ItemId' => 16653])->where('Time', '>', $pastTime)->avg('Price');
|
$thuliumPrice = MineralPrice::where(['ItemId' => 16653])->where('Time', '>', $pastTime)->avg('Price');
|
||||||
|
|
||||||
|
dd($oreId);
|
||||||
//Get the name through the lookup table
|
//Get the name through the lookup table
|
||||||
$oreName = $lookupHelper->ItemIdToName($oreId);
|
$oreName = $lookupHelper->ItemIdToName($oreId);
|
||||||
dd($oreName);
|
dd($oreName);
|
||||||
|
|||||||
Reference in New Issue
Block a user