ledger job

This commit is contained in:
2021-02-22 23:07:14 +09:00
parent e3c9459017
commit fc07e8d968

View File

@@ -240,7 +240,7 @@ class MoonCalc {
//Get the name through the lookup table
$oreName = $lookupHelper->ItemIdToName($oreId);
dd($oreName);
//Strip the prefix from the ore name if it has one.
//Then change the ore id if necessary
$tempName = explode(' ', $oreName);