modified the way characters are looked up in the database versus esi

This commit is contained in:
2019-12-11 23:44:24 -06:00
parent e6173a7f17
commit 21a85add82
5 changed files with 72 additions and 17 deletions
+1 -1
View File
@@ -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