Skip to content

Commit bf6b78d

Browse files
committed
Fix typo
1 parent b370e8b commit bf6b78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/ReduceTaint.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function Module:ReplaceCopyLoadoutButton(talentsTab)
100100
self.cachedInspectExportString
101101
or (talentsTab:GetInspectUnit() and C_Traits.GenerateInspectImportString(talentsTab:GetInspectUnit()) or talentsTab:GetInspectString());
102102
if loadoutString and (loadoutString ~= '') then
103-
Util:CopyText(loadoutString, 'Inspected Build');
103+
self:CopyText(loadoutString, 'Inspected Build');
104104
end
105105
end);
106106
end

0 commit comments

Comments
 (0)