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

Telemetry item "RemainingGold:" has colon in name #311

Closed sscots closed 6 years ago

sscots commented 6 years ago

Not a major issue but the item named "RemainingGold" in the telemetry data has a colon appended to the end

"time": 1506321603,
"type": "BuyItem",
"payload": {
                "Team": "Right",
                "Actor": "*Celeste*",
                "Item": "Void Battery",
                "Cost": 400,
                "RemainingGold:": 788,
                "Position": [
                    3.67,
                    0.01,
                    38.83
                ]
}
PierreAndreis commented 6 years ago

It will be fixed on 2.9!

sscots commented 6 years ago

Also there is an item called "Shared With", which also has a space in, where all the other items are Camel cased words with no space. Should I create a new issue?

PierreAndreis commented 6 years ago

It will be as well