Open ezequielvictor opened 1 year ago
As far as I am aware you will get the inhibitor kill awarded as the minion was the one doing the last hit. But you did damage as well and because of that you get it awarded. If it was a different champ then the other champ would get it. But obviously a proper documentiation would be nice in that regard
@geozukunft totally agree, but what I believe is wrong is that in the game it shows that only the minions killed
also the in-game event shows that too
so in my opinion, should have some indicative data that the player earned that kill somehow
Have you checked the games timeline from match-v5 on what it says on there?
@geozukunft here it is
Bug Description
minions killed an inhib while I was hitting it, but in match-history I have an inhibitor kill.
Problem Description
I didn't kill any inhibitors in this match but according to match history endpoint I got 1.
Expected Result
Not count an inhibitor kill if minions killed it.
Actual Result
hitting inhib with minions and they killed it: result from the local endpoint
https://127.0.0.1:2999/liveclientdata/allgamedata
inside Events arrayAccording to
MATCH-V5/lol/match/v5/matches/BR1_2784901372
response I got an inhibitor kill."inhibitorKills": 1,
here it is my data to check this out: match ID: BR1_2784901372 summoner ID: 1182629 summoner name: ezeca playing as Yone in this match
Developer Impact
Inhibitor kills can not be reliable to work with on stats.
Player Impact
the player will not be able to know his real inhibitor stats.
Repro Steps
https://127.0.0.1:2999/liveclientdata/allgamedata
, you will see that you didn't get an assist or inhib killed/lol-match-history/v1/games/{gameId}
find your player stats and you will be able to see an "inhibitorKills" property with 1 as value.