ledger job
This commit is contained in:
@@ -251,7 +251,7 @@ class MoonCalc {
|
|||||||
$finalName = $tempName[sizeof($tempName) - 1];
|
$finalName = $tempName[sizeof($tempName) - 1];
|
||||||
$oreId = $lookupHelper->ItemNameToId($finalName);
|
$oreId = $lookupHelper->ItemNameToId($finalName);
|
||||||
}
|
}
|
||||||
dd($oreId);
|
|
||||||
//Get the item composition for the ore
|
//Get the item composition for the ore
|
||||||
$composition = ItemComposition::where('ItemId', $oreId)->first();
|
$composition = ItemComposition::where('ItemId', $oreId)->first();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user