diff --git a/src/ESIClient.php b/src/ESIClient.php index d0be5e1..b259b84 100644 --- a/src/ESIClient.php +++ b/src/ESIClient.php @@ -50,7 +50,7 @@ public function getCharacterName($characterId) return $this->getEntityName( $characterId, 'characters', - Settings::$ESI_URL."v4/characters/$characterId/" + Settings::$ESI_URL."v5/characters/$characterId/" ); }