Bug Fixes

This commit is contained in:
Lexie
2024-08-03 08:05:59 +10:00
parent 0298e95343
commit 5ed19a3d41
7 changed files with 28 additions and 12 deletions
+2 -2
View File
@@ -704,9 +704,9 @@ function AtlasLoot_SurvivalMenu()
AtlasLootMenuItem_2.lootpage = "Survival1";
AtlasLootMenuItem_2:Show();
--Journeyman
AtlasLootMenuItem_3_Name:SetText(AL["Garderning"]);
AtlasLootMenuItem_3_Name:SetText(AL["Gardening"]);
AtlasLootMenuItem_3_Extra:SetText("");
AtlasLootMenuItem_3_Icon:SetTexture("Interface\\Icons\\trade_herbalism");
AtlasLootMenuItem_3.lootpage = "Survival2";
AtlasLootMenuItem_3:Show();
end
end