Open corey-pitzo opened 4 years ago
Thanks for this report. I've escalated it to the team.
A fix for this is in patch 11.5 which should be live on March 3rd. We've added a field called abilityHaste
and cooldownReduction
still returns 0. In patch 11.6, March 17thish, cooldownReduction
will be removed from the response. You can view the changes that will go live in 11.5 on the PBE right now.
https://127.0.0.1:2999/liveclientdata/activeplayer
{
"championStats": {
"abilityHaste": 8,
"cooldownReduction": 0,
...
}
...
}
The removal of the cooldownReduction
stat has been pushed back to patch 11.7, roughly March 31st.
This issue might be related https://github.com/RiotGames/developer-relations/issues/711#issue-1474253473
Bug Description
When a player has ability haste the live client data api returns a cooldown reduction of 0
Expected Result
When a player has ability haste the live client data api should return a cooldown reduction relative to the amount of ability haste
Actual Result
cooldown reduction of 0
Developer Impact
Repro Steps