talentsStr = talentSpellIdsToTalentString(charClass, talentIds); } let equipmentSpec = EquipmentSpec.create(); const equipmentSpec = EquipmentSpec.create(); (importJson.items as Array<any>).forEach(itemJson => { let itemSpec = ItemSpec.create(); const itemSpec = ItemSpec.create(); item...
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 ...