diff --git a/AtlasLoot.toc b/AtlasLoot.toc index 84fe604..0ba0bdf 100644 --- a/AtlasLoot.toc +++ b/AtlasLoot.toc @@ -2,7 +2,7 @@ ## Title: AtlasLoot TW Edition ## Notes: Shows the possible loot from the bosses ## Author: Daviesh, Pompa (Turtle WoW World Bosses), Xerron (Turtle WoW World Bosses), Gurky (Turtle WoW 1.16/1.16.1 Dungeons), |cff5BCEFAL|cffF5A9B8e|cffFFFFFFx|cffF5A9B8i|cff5BCEFAe|r -## Version: 1.1.3 +## Version: 1.2.6 ## SavedVariables: AtlasLoot_updateavailable ## SavedVariablesPerCharacter: AtlasLootCharDB ## OptionalDeps: Alphamap, AtlasLoader, LootLink, ItemSync, HewdropLib, Ace2, EquipCompare, EQCompare diff --git a/Core/AtlasLoot.lua b/Core/AtlasLoot.lua index af2c333..1176f2c 100644 --- a/Core/AtlasLoot.lua +++ b/Core/AtlasLoot.lua @@ -69,7 +69,7 @@ local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot"); --Establish version number and compatible version of Atlas local VERSION_MAJOR = "1"; local VERSION_MINOR = "2"; -local VERSION_BOSSES = "5"; +local VERSION_BOSSES = "6"; ATLASLOOT_VERSION = "|cffFF8400AtlasLoot TW Edition v"..VERSION_MAJOR.."."..VERSION_MINOR.."."..VERSION_BOSSES.."|r"; ATLASLOOT_CURRENT_ATLAS = "1.12.0"; ATLASLOOT_PREVIEW_ATLAS = "1.12.1"; diff --git a/Core/Dungeons.lua b/Core/Dungeons.lua index 9430c70..ac2c494 100644 --- a/Core/Dungeons.lua +++ b/Core/Dungeons.lua @@ -74,25 +74,25 @@ function AtlasLoot_DungeonsMenu1() AtlasLootMenuItem_9:Show(); --SM GY AtlasLootMenuItem_10_Name:SetText(AL["Scarlet Monastery (Graveyard)"]); - AtlasLootMenuItem_10_Extra:SetText(AL["Silverpine Forest"]); + AtlasLootMenuItem_10_Extra:SetText(AL["Tirisfal Glades"]); AtlasLootMenuItem_10_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); AtlasLootMenuItem_10.lootpage="SMVishas"; AtlasLootMenuItem_10:Show(); --SM Library AtlasLootMenuItem_11_Name:SetText(AL["Scarlet Monastery (Library)"]); - AtlasLootMenuItem_11_Extra:SetText(AL["Silverpine Forest"]); + AtlasLootMenuItem_11_Extra:SetText(AL["Tirisfal Glades"]); AtlasLootMenuItem_11_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); AtlasLootMenuItem_11.lootpage="SMHoundmasterLoksey"; AtlasLootMenuItem_11:Show(); --SM Armory AtlasLootMenuItem_12_Name:SetText(AL["Scarlet Monastery (Armory)"]); - AtlasLootMenuItem_12_Extra:SetText(AL["Silverpine Forest"]); + AtlasLootMenuItem_12_Extra:SetText(AL["Tirisfal Glades"]); AtlasLootMenuItem_12_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); AtlasLootMenuItem_12.lootpage="SMHerod"; AtlasLootMenuItem_12:Show(); --SM Cathedral AtlasLootMenuItem_13_Name:SetText(AL["Scarlet Monastery (Cathedral)"]); - AtlasLootMenuItem_13_Extra:SetText(AL["Silverpine Forest"]); + AtlasLootMenuItem_13_Extra:SetText(AL["Tirisfal Glades"]); AtlasLootMenuItem_13_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); AtlasLootMenuItem_13.lootpage="SMFairbanks"; AtlasLootMenuItem_13:Show(); @@ -194,7 +194,7 @@ function AtlasLoot_DungeonsMenu1() AtlasLootMenuItem_29:Show() --CoT:BM AtlasLootMenuItem_30_Name:SetText(AL["Caverns of Time: Black Morass"]); - AtlasLootMenuItem_30_Extra:SetText(AL["Caverns of Time"]); + AtlasLootMenuItem_30_Extra:SetText(AL["Tanaris"]); AtlasLootMenuItem_30_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); AtlasLootMenuItem_30.lootpage="COTBMChronar"; AtlasLootMenuItem_30:Show()