ledger job

This commit is contained in:
2021-02-23 00:28:45 +09:00
parent b75a7809de
commit 0b03b4ee4a

View File

@@ -251,7 +251,7 @@ class MoonCalc {
$finalName = $tempName[sizeof($tempName) - 1];
$oreId = $lookupHelper->ItemNameToId($finalName);
}
dd($oreId);
//Get the item composition for the ore
$composition = ItemComposition::where('ItemId', $oreId)->first();