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 28e566f commit d1caa91Copy full SHA for d1caa91
modules/autoPurchaseGenericTalents.lua
@@ -1,6 +1,8 @@
1
--- @class TTT_NS
2
local TTT = select(2, ...);
3
4
+local StripHyperlinks = C_StringUtil and C_StringUtil.StripHyperlinks or StripHyperlinks;
5
+
6
local Main = TTT.Main;
7
local Util = TTT.Util;
8
local L = TTT.L;
0 commit comments