diff --git a/AtlasLootClassic/Data/Profession.lua b/AtlasLootClassic/Data/Profession.lua index db664044..4004e0c7 100644 --- a/AtlasLootClassic/Data/Profession.lua +++ b/AtlasLootClassic/Data/Profession.lua @@ -47,7 +47,6 @@ for i = 1, #PROFESSION_NAME do else PROFESSION_TEXT_SHORT[i] = format(LOC_STRING_DESC, PROFESSION_NAME[i]) end - end Profession.PROFESSION_TEXT = PROFESSION_TEXT @@ -4393,7 +4392,7 @@ end function Profession.GetSpellDescription(spellID) return ( spellID and PROFESSION[spellID] ) and PROFESSION_TEXT[PROFESSION[spellID][2] or PROFESSION_DEFAULT] or nil -end --PROFESSION_TEXT_SHORT +end function Profession.GetSpellDescriptionShort(spellID) return ( spellID and PROFESSION[spellID] ) and PROFESSION_TEXT_SHORT[PROFESSION[spellID][2] or PROFESSION_DEFAULT] or nil diff --git a/AtlasLootClassic/Data/Token.lua b/AtlasLootClassic/Data/Token.lua index d0dfc780..ed73a348 100644 --- a/AtlasLootClassic/Data/Token.lua +++ b/AtlasLootClassic/Data/Token.lua @@ -273,6 +273,7 @@ TOKEN_DATA.CLASSIC = { [22726] = 22727, -- Splinter of Atiesh [22734] = 22727, -- Base of Atiesh [22733] = 22727, -- Staff Head of Atiesh + [22737] = 22727, -- Atiesh / Use item -- UBRS key [12219] = { 12219, 12336, 12335, 12337, 0, 12344 }, -- Unadorned Seal of Ascension diff --git a/AtlasLootClassic_Collections/data.lua b/AtlasLootClassic_Collections/data.lua index f01cad7f..6201376d 100644 --- a/AtlasLootClassic_Collections/data.lua +++ b/AtlasLootClassic_Collections/data.lua @@ -1004,7 +1004,7 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM) then }, }, { - name = AL["Weapon"], + name = ALIL["Weapon"], [NORMAL_DIFF] = { { 1, 50474 }, -- Shrapnel Star }, @@ -1026,7 +1026,7 @@ if AtlasLoot:GameVersion_GE(AtlasLoot.WRATH_VERSION_NUM) then }, }, { - name = AL["Trinket"], + name = ALIL["Trinket"], [NORMAL_DIFF] = { { 1, 50356 }, -- Corroded Skeleton Key { 2, 50355 }, -- Herkuml War Token diff --git a/AtlasLootClassic_Crafting/data.lua b/AtlasLootClassic_Crafting/data.lua index 6a6efbb6..ad86638f 100644 --- a/AtlasLootClassic_Crafting/data.lua +++ b/AtlasLootClassic_Crafting/data.lua @@ -1886,12 +1886,9 @@ data["Fishing"] = { { 3, 7307 }, -- Flesh Eating Worm { 4, 6811 }, -- Aquadynamic Fish Lens { 5, 6530 }, -- Nightcrawlers - { 16, 34109 }, -- Weather-Beaten Journal - { 18, 19971 }, -- High Test Eternium Fishing Line - { 27, 27532 }, -- Master Fishing - The Art of Angling - { 28, 16082 }, -- Artisan Fishing - The Way of the Lure - { 29, 16083 }, -- Expert Fishing - The Bass and You - { 30, 46054 }, -- Journeyman Fishing - Fishing for Dummies + { 16, 19971 }, -- High Test Eternium Fishing Line + { 29, 16082 }, -- Artisan Fishing - The Way of the Lure + { 30, 16083 }, -- Expert Fishing - The Bass and You } }, { diff --git a/CHANGELOG.md b/CHANGELOG.md index 01f5b22c..851bcb38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,25 +4,26 @@ This mod is distributed under Version 2 of the GPL. A copy of the GPL is includ [Changelog history](https://github.com/Hoizame/AtlasLootClassic/blob/master/AtlasLootClassic/Documentation/Release_Notes.md) -## v3.0.0 (Sep, XX, 2022) +## v3.0.0 (Sep, 09, 2022) -- Move to a multiple game version build (beta1) -- Wrath support Version (beta1) -- add all Wrath dungeons and raids (beta1) -- add Wrath T Sets (beta1) -- add Wrath factions (beta2) -- add Wrath Collection items (beta2) -- move Mining and Herbalism into Gathering Professions (beta3) -- add support for switching game version and stay at the same entry if exist (beta3) -- update professions with Wrath data (beta3) -- add Inscription (beta3/beta4) -- fix filter button for crafting items (beta4) -- add PvP Arena Season 5 (beta4) -- add Atlas_WrathoftheLichKing support (beta5) -- add option to show ItemID and ItemLevel in tooltips (beta5) -- add Vendor scan for every currency registered by AtlasLoot (beta5) -- fix game version detection for wrath (beta5) -- add Fishing profession (beta6) -- add Heirlooms into Collections (beta6) -- add Emblem and Dalaran Vendors (beta6) -- #222 add raw gems into jewelcrafting (beta6) +- move to a multiple game version build +- move Mining and Herbalism into Gathering Professions +- add Wrath classic support +- add support for switching game version and stay at the same entry if exist +- add Wrath dungeons and raids +- add Wrath T Sets +- add Wrath factions +- add Wrath Collection items +- add Wrath profession data +- add Inscription +- add Fishing profession +- add PvP Arena Season 5 +- add Atlas_WrathoftheLichKing support +- add option to show ItemID and ItemLevel in tooltips +- add Vendor scan for every currency registered by AtlasLoot +- add Heirlooms into Collections +- add Emblem and Dalaran Vendors +- fix filter button for crafting items +- fix game version detection for wrath +- fix skill rank get cutted on profession entrys +- #222 add raw gems into jewelcrafting