Missing Bloodring Items

Missing Bloodring Items
And locale fixes
This commit is contained in:
Lexie
2023-11-03 13:04:27 +11:00
parent 7e8bab4983
commit be54afe9f4
6 changed files with 272 additions and 158 deletions
+6
View File
@@ -107,6 +107,12 @@ function AtlasLootBRRepMenu()
AtlasLootMenuItem_5_Icon:SetTexture("Interface\\Icons\\inv_jewelry_ring_04");
AtlasLootMenuItem_5.lootpage="BRRepExalted";
AtlasLootMenuItem_5:Show();
--Token of Blood
AtlasLootMenuItem_6_Name:SetText("Token of Blood Rewards");
AtlasLootMenuItem_6_Extra:SetText("");
AtlasLootMenuItem_6_Icon:SetTexture("Interface\\Icons\\inv_jewelry_talisman_04");
AtlasLootMenuItem_6.lootpage="RRepTokens";
AtlasLootMenuItem_6:Show();
for i = 1, 30, 1 do
getglobal("AtlasLootMenuItem_"..i.."_Extra"):Show();
end