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

This commit is contained in:
2019-12-11 23:49:04 -06:00
parent 733841cfc1
commit 36cbac5070

View File

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