From cc981bd7d2013d7ab5fea81952bf9fbe587511a7 Mon Sep 17 00:00:00 2001 From: Slivo Date: Wed, 1 Dec 2021 09:33:44 +0100 Subject: [PATCH] Update character endpoint to V5 --- src/ESIClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/" ); }