change label

This commit is contained in:
Spit
2025-06-06 15:22:16 +03:00
parent 872ab1c6a9
commit 5e98f67bb8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -669,6 +669,6 @@ function AtlasLoot_FixText(text)
text = gsub(text, "#ccenarius#", "Interface\\Icons\\INV_Jewelry_Necklace_12");
text = gsub(text, "#zandalar#", "Interface\\Icons\\INV_Misc_Coin_08");
text = gsub(text, "#lvl1#", AL["Level 1 challenge"]);
text = gsub(text, "#lvl1#", AL["Level One Lunatic Challenge"]);
return text;
end