fixed filter list not working

This commit is contained in:
Anch
2022-08-06 21:30:13 +12:00
parent 4dd0bab62b
commit 6f65167ab2
7 changed files with 26 additions and 33 deletions
+1 -1
View File
@@ -699,7 +699,7 @@ function AtlasLoot_FixText(text)
text = gsub(text, "#aq40s8#", AL["Doomcaller's Attire"]);
text = gsub(text, "#aq40s9#", AL["Conqueror's Battlegear"]);
-- Teir Tokens
-- Tier Tokens
text = gsub(text, "#tt1#", AL["Tier 1 Set Token (Click)"]);
text = gsub(text, "#tt2#", AL["Tier 2 Set Token (Click)"]);
text = gsub(text, "#tt2.5#", AL["Tier 2.5 Set Token (Click)"]);