git
/
wowui.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
12d76ae
)
11b769e - Don't inspect priests to get spec, CD is same anyway
author
Aleksi Blinnikka <aleksi.blinnikka@gmail.com>
Tue, 30 Jul 2019 20:22:59 +0000
committer
Aleksi Blinnikka <aleksi.blinnikka@gmail.com>
Tue, 30 Jul 2019 20:22:59 +0000
OmaCD/Cooldowns.lua
patch
|
blob
|
history
diff --git
a/OmaCD/Cooldowns.lua
b/OmaCD/Cooldowns.lua
index
b1e9670
..
7bb0fc2
100644
(file)
--- 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);
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)
elseif specs[class] == 105 then
-- Druid, have to inspect to get talents
-- updateUnitCD (without having fixes yet)