diff --git a/Killbot.php b/Killbot.php index f563708..a085e91 100644 --- a/Killbot.php +++ b/Killbot.php @@ -201,7 +201,7 @@ private function getShipName($victimShipId) { return $this->knownShips[$victimShipId]; } - $json = $this->curlRequest(Settings::$ESI_URL . "v1/universe/types/$victimShipId/"); + $json = $this->curlRequest(Settings::$ESI_URL . "v3/universe/types/$victimShipId/"); $data = json_decode($json); $shipName = $data->{'name'};