@@ -524,12 +545,17 @@ export class IndividualAddonImporter<SpecType extends Spec> extends Importer { } } const throwCataError = () => { throw new Error(`WowSims does not support the Cata Pre-patch. Please use: https://wowsims.github.io/cata/ instead`); }; function glyphNameToID...