ledger job

This commit is contained in:
2021-02-22 22:52:40 +09:00
parent 41b64ac646
commit af06c943c7

View File

@@ -245,6 +245,7 @@ class MoonCalc {
//Strip the prefix from the ore name if it has one.
//Then change the ore id if necessary
$tempName = explode(' ', $oreName);
dd($tempName);
if(sizeof($tempName) == 1) {
$finalName = $tempName[0];
} else {