X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/08251f83f99957e472b328caee22fbfaf5372305..7585f81d18d02db266f9bf32608aacd2731c3cf0:/OmaCD/Cooldowns.lua diff --git a/OmaCD/Cooldowns.lua b/OmaCD/Cooldowns.lua index 5f19695..7bb0fc2 100644 --- a/OmaCD/Cooldowns.lua +++ b/OmaCD/Cooldowns.lua @@ -226,7 +226,7 @@ local function updatePlayer() guidToId[guid] = "player"; guidToSpecid[guid] = specid; if specid == 105 then -- Druid - local _, _, _, talent = GetTalentInfo(6, 2, 1); + local _, _, _, talent = GetTalentInfo(6, 1, 1); updateDruid(guid, nil, talent); else updateUnitCD(guid); @@ -259,7 +259,7 @@ local function updateUnitid(id) guidToSpecid[guid] = 257; -- assume Holy for now to get something visible end updateUnitCD(guid); - OmaInspect.Request(guid, id, updatePriest); + --OmaInspect.Request(guid, id, updatePriest); elseif specs[class] == 105 then -- Druid, have to inspect to get talents -- updateUnitCD (without having fixes yet)