update moon modification
This commit is contained in:
@@ -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.
|
//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
|
//Let's find the corporation and alliance information to ascertain whethery they are in Warped Intentions or another Legacy Alliance
|
||||||
$char = $lookup->GetCharacterInfo($contact);
|
$char = $lookup->GetCharacterInfo($contact);
|
||||||
dd($char);
|
|
||||||
//Takes the corp id and looks up the corporation info
|
//Takes the corp id and looks up the corporation info
|
||||||
$corp = $lookup->GetCorporationInfo($char->corporation_id);
|
$corp = $lookup->GetCorporationInfo($char->corporation_id);
|
||||||
|
dd($corp);
|
||||||
$alliance = $lookup->GetAllianceInfo($corp->allianceId);
|
$alliance = $lookup->GetAllianceInfo($corp->allianceId);
|
||||||
dd($alliance);
|
dd($alliance);
|
||||||
$allianceId = $corp->alliance_id;
|
$allianceId = $corp->alliance_id;
|
||||||
|
|||||||
Reference in New Issue
Block a user