const talentsStr = (importJson['talents'] as string) || ''; const glyphsConfig = classGlyphsConfig[charClass]; @@ -524,12 +545,17 @@ export class IndividualAddonImporter<SpecType extends Spec> extends Importer { } } const throwCataError = () => { throw new Error(`WowSims does not...
Generally, specializations in TBC on Warcraft Logs are determined by which talent tree the character has the majority talent points in. There is no information in the log file about which specific talents are taken. We have implemented some more specializations that are performing other roles than ...