Remove concatenation
This commit is contained in:
@@ -5956,7 +5956,7 @@ AtlasLoot_ButtonRegistry = {
|
|||||||
Next_Title = AL["Leatherworking"] .. ": " .. AL["Dragonscale Leatherworking"];
|
Next_Title = AL["Leatherworking"] .. ": " .. AL["Dragonscale Leatherworking"];
|
||||||
},
|
},
|
||||||
["Dragonscale1"] = {
|
["Dragonscale1"] = {
|
||||||
Title = AL["Leatherworking"] .. ": " .. AL["Dragonscale Leatherworking"];
|
Title = AL["Dragonscale Leatherworking"];
|
||||||
Back_Page = "LEATHERWORKINGMENU";
|
Back_Page = "LEATHERWORKINGMENU";
|
||||||
Back_Title = AL["Leatherworking"];
|
Back_Title = AL["Leatherworking"];
|
||||||
Prev_Page = "LeatherMisc1";
|
Prev_Page = "LeatherMisc1";
|
||||||
@@ -5965,7 +5965,7 @@ AtlasLoot_ButtonRegistry = {
|
|||||||
Next_Title = AL["Leatherworking"] .. ": " .. AL["Elemental Leatherworking"];
|
Next_Title = AL["Leatherworking"] .. ": " .. AL["Elemental Leatherworking"];
|
||||||
};
|
};
|
||||||
["Elemental1"] = {
|
["Elemental1"] = {
|
||||||
Title = AL["Leatherworking"] .. ": " .. AL["Elemental Leatherworking"];
|
Title = AL["Elemental Leatherworking"];
|
||||||
Back_Page = "LEATHERWORKINGMENU";
|
Back_Page = "LEATHERWORKINGMENU";
|
||||||
Back_Title = AL["Leatherworking"];
|
Back_Title = AL["Leatherworking"];
|
||||||
Prev_Page = "Dragonscale1";
|
Prev_Page = "Dragonscale1";
|
||||||
@@ -5974,7 +5974,7 @@ AtlasLoot_ButtonRegistry = {
|
|||||||
Next_Title = AL["Leatherworking"] .. ": " .. AL["Tribal Leatherworking"];
|
Next_Title = AL["Leatherworking"] .. ": " .. AL["Tribal Leatherworking"];
|
||||||
};
|
};
|
||||||
["Tribal1"] = {
|
["Tribal1"] = {
|
||||||
Title = AL["Leatherworking"] .. ": " .. AL["Tribal Leatherworking"];
|
Title = AL["Tribal Leatherworking"];
|
||||||
Back_Page = "LEATHERWORKINGMENU";
|
Back_Page = "LEATHERWORKINGMENU";
|
||||||
Back_Title = AL["Leatherworking"];
|
Back_Title = AL["Leatherworking"];
|
||||||
Prev_Page = "Elemental1";
|
Prev_Page = "Elemental1";
|
||||||
|
|||||||
+3
-3
@@ -776,19 +776,19 @@ function AtlasLoot_LeatherworkingMenu()
|
|||||||
AtlasLootMenuItem_5.lootpage="LeatherArtisan1";
|
AtlasLootMenuItem_5.lootpage="LeatherArtisan1";
|
||||||
AtlasLootMenuItem_5:Show();
|
AtlasLootMenuItem_5:Show();
|
||||||
--Dragonscale Leatherworking
|
--Dragonscale Leatherworking
|
||||||
AtlasLootMenuItem_20_Name:SetText(AL["Leatherworking"]..": "..AL["Dragonscale Leatherworking"]);
|
AtlasLootMenuItem_20_Name:SetText(AL["Dragonscale Leatherworking"]);
|
||||||
AtlasLootMenuItem_20_Extra:SetText("");
|
AtlasLootMenuItem_20_Extra:SetText("");
|
||||||
AtlasLootMenuItem_20_Icon:SetTexture("Interface\\Icons\\INV_Misc_MonsterScales_03");
|
AtlasLootMenuItem_20_Icon:SetTexture("Interface\\Icons\\INV_Misc_MonsterScales_03");
|
||||||
AtlasLootMenuItem_20.lootpage="Dragonscale1";
|
AtlasLootMenuItem_20.lootpage="Dragonscale1";
|
||||||
AtlasLootMenuItem_20:Show();
|
AtlasLootMenuItem_20:Show();
|
||||||
--Elemental Leatherworking
|
--Elemental Leatherworking
|
||||||
AtlasLootMenuItem_21_Name:SetText(AL["Leatherworking"]..": "..AL["Elemental Leatherworking"]);
|
AtlasLootMenuItem_21_Name:SetText(AL["Elemental Leatherworking"]);
|
||||||
AtlasLootMenuItem_21_Extra:SetText("");
|
AtlasLootMenuItem_21_Extra:SetText("");
|
||||||
AtlasLootMenuItem_21_Icon:SetTexture("Interface\\Icons\\Spell_Fire_Volcano");
|
AtlasLootMenuItem_21_Icon:SetTexture("Interface\\Icons\\Spell_Fire_Volcano");
|
||||||
AtlasLootMenuItem_21.lootpage="Elemental1";
|
AtlasLootMenuItem_21.lootpage="Elemental1";
|
||||||
AtlasLootMenuItem_21:Show();
|
AtlasLootMenuItem_21:Show();
|
||||||
--Tribal Leatherworking
|
--Tribal Leatherworking
|
||||||
AtlasLootMenuItem_22_Name:SetText(AL["Leatherworking"]..": "..AL["Tribal Leatherworking"]);
|
AtlasLootMenuItem_22_Name:SetText(AL["Tribal Leatherworking"]);
|
||||||
AtlasLootMenuItem_22_Extra:SetText("");
|
AtlasLootMenuItem_22_Extra:SetText("");
|
||||||
AtlasLootMenuItem_22_Icon:SetTexture("Interface\\Icons\\Spell_Nature_NullWard");
|
AtlasLootMenuItem_22_Icon:SetTexture("Interface\\Icons\\Spell_Nature_NullWard");
|
||||||
AtlasLootMenuItem_22.lootpage="Tribal1";
|
AtlasLootMenuItem_22.lootpage="Tribal1";
|
||||||
|
|||||||
Reference in New Issue
Block a user