From: Aleksi Blinnikka Date: Tue, 30 Jul 2019 20:22:59 +0000 (+0300) Subject: Don't inspect priests to get spec, CD is same anyway X-Git-Url: https://www.aleksib.fi/git/wowui.git/commitdiff_plain/11b769e7560a6eb8d19b8cd5d15c3be49c67db3c?ds=inline Don't inspect priests to get spec, CD is same anyway --- diff --git a/OmaCD/Cooldowns.lua b/OmaCD/Cooldowns.lua index b1e9670..7bb0fc2 100644 --- a/OmaCD/Cooldowns.lua +++ b/OmaCD/Cooldowns.lua @@ -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)