From 0b59c03e81c4d42ab8f99f8eef09d31c56bbe2ef Mon Sep 17 00:00:00 2001 From: Peter <71287790+poecco@users.noreply.github.com> Date: Fri, 23 Aug 2024 23:26:29 +0300 Subject: [PATCH] fix: added ringmaster to heroes.ts (#452) --- packages/dota/src/dota/lib/heroes.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/dota/src/dota/lib/heroes.ts b/packages/dota/src/dota/lib/heroes.ts index 86bdc263..01315f60 100644 --- a/packages/dota/src/dota/lib/heroes.ts +++ b/packages/dota/src/dota/lib/heroes.ts @@ -601,6 +601,11 @@ const heroes = { localized_name: 'Mars', alias: [], }, + npc_dota_hero_ringmaster: { + id: 131, + localized_name: 'Ringmaster', + alias: [], + }, npc_dota_hero_dawnbreaker: { id: 135, localized_name: 'Dawnbreaker',