We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b370e8b commit bf6b78dCopy full SHA for bf6b78d
core/ReduceTaint.lua
@@ -100,7 +100,7 @@ function Module:ReplaceCopyLoadoutButton(talentsTab)
100
self.cachedInspectExportString
101
or (talentsTab:GetInspectUnit() and C_Traits.GenerateInspectImportString(talentsTab:GetInspectUnit()) or talentsTab:GetInspectString());
102
if loadoutString and (loadoutString ~= '') then
103
- Util:CopyText(loadoutString, 'Inspected Build');
+ self:CopyText(loadoutString, 'Inspected Build');
104
end
105
end);
106
0 commit comments