rental moon testing

This commit is contained in:
2020-06-05 01:03:21 -05:00
parent c729b33852
commit b82afbbb14

View File

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