Renamed to there seasons

This commit is contained in:
Anch
2022-09-22 13:22:25 +12:00
parent 4178c488df
commit 931915889b
3 changed files with 81 additions and 68 deletions
+7
View File
@@ -1063,6 +1063,13 @@ function AtlasLoot_FixText(text)
text = gsub(text, "#arenas9#", AL["Gladiator's Battlegear"]);
text = gsub(text, "#arenas10#", AL["Gladiator's Desecration"]);
-- PVP Seasons
text = gsub(text, "#arenas1L#", AL["Arena Season 1"]);
text = gsub(text, "#arenas2L#", AL["Arena Season 2"]);
text = gsub(text, "#arenas3L#", AL["Arena Season 3"]);
text = gsub(text, "#arenas4L#", AL["Arena Season 4"]);
-- Crafting
text = gsub(text, "#sr#", AL["Skill Required:"]);