ErythroGuild / EasyRollTracker

A simple addon to list /roll results of a raid, with many convenience features.
Mozilla Public License 2.0
1 stars 0 forks source link

Player specs do not update if a player changes specs #95

Closed Ernest314 closed 4 years ago

Ernest314 commented 4 years ago

need to check all active entries when this event triggers: https://wow.gamepedia.com/PLAYER_SPECIALIZATION_CHANGED

Ernest314 commented 4 years ago

This doesn't need to be checked every time; we'll just freeze the spec each roll that happens. It wouldn't make sense to keep a separate table of all entries just to update specs.