From af06c943c7d5f65854ce45f95fd6c7a549546f0e Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 22 Feb 2021 22:52:40 +0900 Subject: [PATCH] ledger job --- app/Library/Moons/MoonCalc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Library/Moons/MoonCalc.php b/app/Library/Moons/MoonCalc.php index 51f74fa32..8cc0e1893 100644 --- a/app/Library/Moons/MoonCalc.php +++ b/app/Library/Moons/MoonCalc.php @@ -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 {