ProfessionSpecs.TalentSchool method
Resolves the talent-school id (for school-lib gear-attr lookups) from a player’s SPEC. Returns 0 when the spec is unknown — the school gear-attr table is keyed by spec ids (104=Icicle …), NOT base-profession ids, so a base-profession fallback matched nothing and produced a silently-empty Advanced section (in-world 2026-06-13). 0 lets callers show an honest “spec unknown” message.
public static int TalentSchool(int subProfessionId)See Also
Section titled “See Also”- class ProfessionSpecs
- namespace Stellar.Abstractions.Domain.GameData