Skip to content

Commit

Permalink
fix: added ringmaster to heroes.ts (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
poecco authored Aug 23, 2024
1 parent 76a9485 commit 0b59c03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/dota/src/dota/lib/heroes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0b59c03

Please sign in to comment.