update moon modification

This commit is contained in:
2020-01-03 18:25:39 -06:00
parent a31a7383a4
commit f9960cc15e

View File

@@ -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);