update moon modification
This commit is contained in:
@@ -246,9 +246,7 @@ class MoonsAdminController extends Controller
|
|||||||
$char = $lookup->GetCharacterInfo($contact);
|
$char = $lookup->GetCharacterInfo($contact);
|
||||||
//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->alliance_id);
|
||||||
$alliance = $lookup->GetAllianceInfo($corp->allianceId);
|
|
||||||
dd($alliance);
|
|
||||||
$allianceId = $corp->alliance_id;
|
$allianceId = $corp->alliance_id;
|
||||||
|
|
||||||
//Update the paid value for database entry
|
//Update the paid value for database entry
|
||||||
|
|||||||
Reference in New Issue
Block a user