git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ff10741 - Inner Peace talent moved to column 1
[wowui.git]
/
OmaCD
/
Cooldowns.lua
diff --git
a/OmaCD/Cooldowns.lua
b/OmaCD/Cooldowns.lua
index
5f19695
..
b1e9670
100644
(file)
--- 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);