diff --git a/app/Console/Commands/Files/ImportAllianceMoons.php b/app/Console/Commands/Files/ImportAllianceMoons.php index 5f117aec9..48a6092ec 100644 --- a/app/Console/Commands/Files/ImportAllianceMoons.php +++ b/app/Console/Commands/Files/ImportAllianceMoons.php @@ -89,7 +89,7 @@ class ImportAllianceMoons extends Command //If the first array is null then we are dealing with an ore if($moon[0] == null) { $moonInfo = $lookup->GetMoonInfo($moon[6]); - $solarName = $lookup->SolarSystemIdToName($moonInfo->system_id); + $solarName = $lookup->SystemIdToName($moonInfo->system_id); //Save the moon into the database $newMoon = new AllianceMoon;