From b82afbbb14e398cc4adfaeef671a7c9664bfb0ab Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Fri, 5 Jun 2020 01:03:21 -0500 Subject: [PATCH] rental moon testing --- app/Http/Controllers/Moons/MoonsAdminController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/Moons/MoonsAdminController.php b/app/Http/Controllers/Moons/MoonsAdminController.php index aa25f4487..5d96a41af 100644 --- a/app/Http/Controllers/Moons/MoonsAdminController.php +++ b/app/Http/Controllers/Moons/MoonsAdminController.php @@ -408,6 +408,7 @@ class MoonsAdminController extends Controller } else if($request->contact_type == 'Character') { //Get the character id from the lookup helper $charId = $lookup->CharacterNameToId($request->contact); + //Get the character information including the corporation from the lookup tables $char = $lookup->GetCharacterInfo($charId); //Get the corporation id from the lookup helper, followed by the alliance id //so we can determine if it's in alliance or out of alliance