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);