diff --git a/app/Http/Controllers/Moons/MoonsAdminController.php b/app/Http/Controllers/Moons/MoonsAdminController.php index be535f3c2..7aed3cb98 100644 --- a/app/Http/Controllers/Moons/MoonsAdminController.php +++ b/app/Http/Controllers/Moons/MoonsAdminController.php @@ -244,6 +244,7 @@ class MoonsAdminController extends Controller //After we get the contact, from his name to the character Id, let's do some other functions before continuing. //Let's find the corporation and alliance information to ascertain whethery they are in Warped Intentions or another Legacy Alliance $char = $lookup->GetCharacterInfo($contact); + dd($char); //Takes the corp id and looks up the corporation info $corp = $lookup->GetCorporationInfo($char->corporation_id); $alliance = $lookup->GetAllianceInfo($corp->allianceId);