update moon modification
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user