Toreole / BasicCombatlogParser

A small project with limited functionality in parsing WoW Combatlogs.
0 stars 1 forks source link

Add Augmentation Support Events to initial parse during import #7

Closed Toreole closed 1 year ago

Toreole commented 1 year ago

Augmentation Evokers _SUPPORT events should be taken into consideration when creating performance metadata created by importing a combatlog file. the way to do it is already implemented in the Single Encounter View code right now, but it has not been copied over to CombatLogParser.ProcessPerformances yet