lunatic items RFC, DM

This commit is contained in:
Spit
2025-06-06 11:07:44 +03:00
parent d9c4b0d2e3
commit 872ab1c6a9
3 changed files with 15 additions and 6 deletions
+1
View File
@@ -669,5 +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"]);
return text;
end