Skip to content

Commit d1caa91

Browse files
committed
Fixed an error from the latest midnight beta build
1 parent 28e566f commit d1caa91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/autoPurchaseGenericTalents.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
--- @class TTT_NS
22
local TTT = select(2, ...);
33

4+
local StripHyperlinks = C_StringUtil and C_StringUtil.StripHyperlinks or StripHyperlinks;
5+
46
local Main = TTT.Main;
57
local Util = TTT.Util;
68
local L = TTT.L;

0 commit comments

Comments
 (0)