X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/c82178bdfc108f95b41c3d0ed88ffe26b834482f..61270762116163f0c05abee6e55a65595ee3e8b4:/OmaCD/Inspect.lua diff --git a/OmaCD/Inspect.lua b/OmaCD/Inspect.lua index 22ef5cb..a37ed63 100644 --- a/OmaCD/Inspect.lua +++ b/OmaCD/Inspect.lua @@ -125,7 +125,7 @@ local function inspectReady(guid) cached.wrist = GetInventoryItemID(id, INVSLOT_WRIST); end cached.spec = GetInspectSpecialization(id); - local _, _, _, selected = GetTalentInfo(6, 2, 1, true, id); + local _, _, _, selected = GetTalentInfo(6, 1, 1, true, id); cached.talent = selected; end if not inspectui then ClearInspectPlayer() end