You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
e.g. getDamageDoneToManifestationOfPrideEvents groups units such as treants, frothing postule, greater earth elemental as separate player. to include their damage done, we'd have to link them to the player.
if we're planning to show damage aggregates per class per pride or something, this results in mildly invalid numbers and - worse - redundant data in the db. getDamageDoneToManifestationOfPrideEvents is a non issue however since the events arent currently stored, but immediately used.
The text was updated successfully, but these errors were encountered:
since Prideful season is basically over, above is a bad example. However its notable when e.g. hunters kill Explosive Orbs with Kill Command or the pet uses Claw - these kills should be attributed to the pet owner, right now they get lost.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
e.g.
getDamageDoneToManifestationOfPrideEvents
groups units such as treants, frothing postule, greater earth elemental as separate player. to include their damage done, we'd have to link them to the player.if we're planning to show damage aggregates per class per pride or something, this results in mildly invalid numbers and - worse - redundant data in the db.
getDamageDoneToManifestationOfPrideEvents
is a non issue however since the events arent currently stored, but immediately used.The text was updated successfully, but these errors were encountered: