SuperEvilMegacorp / vainglory-assets

Community provided art, schemas, and other assets that make using the Vainglory API easier
https://developer.vainglorygame.com
MIT License
54 stars 40 forks source link

Ability Misspellings #335

Closed VaslD closed 6 years ago

VaslD commented 6 years ago

Expected Behaviour

Alpha's ultimate ability in master/dictionaries/abilities.json should be: Termination Protocol. Link to Alpha hero page on official website.

Current Behaviour

Line 85:

"HERO_ABILITY_ALPHA_C_NAME": "Termniation Protocol",

Possible Solution

Change to:

"HERO_ABILITY_ALPHA_C_NAME": "Termination Protocol",

Context

Everyone probably uses their own localization dictionary since the dictionary in this repo is not up to date with new heroes introduced by latest patches. But a fix would still be nice. Thanks.