update moon modification

This commit is contained in:
2020-01-03 18:26:28 -06:00
parent f9960cc15e
commit a6df57f087

View File

@@ -244,9 +244,9 @@ 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);
dd($corp);
$alliance = $lookup->GetAllianceInfo($corp->allianceId);
dd($alliance);
$allianceId = $corp->alliance_id;