git
/
wowui.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
29d93c0 - change raid frame position as mage
[wowui.git]
/
OmaCD
/
Inspect.lua
diff --git
a/OmaCD/Inspect.lua
b/OmaCD/Inspect.lua
index
22ef5cb
..
a37ed63
100644
(file)
--- 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);
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
cached.talent = selected;
end
if not inspectui then ClearInspectPlayer() end