update moon issue

This commit is contained in:
2020-02-02 12:48:40 -06:00
parent 7bf0c61066
commit cfc18d8ee2

View File

@@ -241,6 +241,8 @@ class MoonsAdminController extends Controller
$contact = $lookup->CharacterNameToId($request->contact);
}
dd($contact);
//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);