modified the way characters are looked up in the database versus esi
This commit is contained in:
@@ -49,7 +49,7 @@ class WikiController extends Controller
|
||||
$charId = $charIdTemp[0]->character_id;
|
||||
|
||||
//Set the corp id
|
||||
$char = $lookup->LookupCharacter($charId, null);
|
||||
$char = $lookup->GetCharacterInfo($charId);
|
||||
$corpId = $char->corporation_id;
|
||||
|
||||
//Set the alliance id
|
||||
|
||||
Reference in New Issue
Block a user