modified the way characters are looked up in the database versus esi
This commit is contained in:
@@ -150,7 +150,7 @@ class LookupHelper {
|
||||
//Check our own database first
|
||||
$char = $this->LookupCharacter($charId, null);
|
||||
|
||||
|
||||
dd($char);
|
||||
|
||||
//if the character was not found in the database, then get the information and store it in our database for later
|
||||
if($char == null) {
|
||||
|
||||
Reference in New Issue
Block a user