1. 일단 ID를 알아내야 합니다.
/run s=GetSpecialization();if not s then return end;sp=GetSpecializationInfo(s);for _,id in ipairs(C_ClassTalents.GetConfigIDsBySpecID(sp) or {}) do i=C_Traits.GetConfigInfo(id);print((i and i.name) or "?",id) end

2. 이러면 하단처럼 출력됩니다.


3. 이걸로 매크로를 만드시면 됩니다.
/run C_ClassTalents.LoadConfig(35206631,true)

4. GPT는 위대합니다.