Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoizame committed Sep 9, 2022
1 parent 38bdb1e commit cdf8cb0
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 31 deletions.
3 changes: 1 addition & 2 deletions AtlasLootClassic/Data/Profession.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions AtlasLootClassic/Data/Token.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions AtlasLootClassic_Collections/data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand All @@ -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
Expand Down
9 changes: 3 additions & 6 deletions AtlasLootClassic_Crafting/data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
},
{
Expand Down
43 changes: 22 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cdf8cb0

Please sign in to comment.