updated updatemoon blade

This commit is contained in:
2020-01-03 17:39:33 -06:00
parent f70e8ded6f
commit c166eac472
2 changed files with 2 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ class MoonsAdminController extends Controller
//Set the contact name
$contact = $lookupHelper->CharacterIdToName($rental->Contact);
//Set up the renter whether it's W4RP or another corporation
//Set up the renter whether it's a corporation in W4RP or another alliance
$ticker = $rental->RentalCorp;
$type = $rental->Type;
}
@@ -257,7 +257,6 @@ class MoonsAdminController extends Controller
}
//Let's find the corporation and alliance information to ascertain whethery they are in Warped Intentions or another Legacy Alliance
$char = $lookup->GetCharacterInfo($contact);
//Takes the corp id and looks up the corporation info
$corp = $lookup->GetCorporationInfo($char->corporation_id);