From fc07e8d968bf3b0e969c612f5d70fcc74599a09b Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Mon, 22 Feb 2021 23:07:14 +0900 Subject: [PATCH] ledger job --- app/Library/Moons/MoonCalc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/Moons/MoonCalc.php b/app/Library/Moons/MoonCalc.php index 233530b0f..0a639bf3c 100644 --- a/app/Library/Moons/MoonCalc.php +++ b/app/Library/Moons/MoonCalc.php @@ -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);