update moon issue

This commit is contained in:
2020-02-02 12:49:44 -06:00
parent cfc18d8ee2
commit bcafa912f0

View File

@@ -256,6 +256,7 @@ class LookupHelper {
public function CharacterNameToId($charName) {
//Check if the character is stored in our own database first
$char = $this->LookupCharacter(null, $charName);
dd($char);
if($char != null) {
return $char->character_id;
} else {