Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoizame committed Dec 15, 2019
2 parents f8fc68a + 3594bb0 commit b0a378f
Show file tree
Hide file tree
Showing 7 changed files with 216 additions and 202 deletions.
332 changes: 169 additions & 163 deletions AtlasLootClassic/Data/ContentPhase.lua

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions AtlasLootClassic/Data/Profession.lua

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions AtlasLootClassic/Documentation/Release_Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This mod is distributed under Version 2 of the GPL. A copy of the GPL is included in this zip file with links to non-english translations.

## v1.4.2 (Dec. 11, 2019)

- Set Phase 2.5
- Add PvP Ranks overview
- Fix missing random enchants on gear

## v1.4.1 (Dec. 02, 2019)

- Items for Sets now show PvP Rank requirements
Expand Down
1 change: 1 addition & 0 deletions AtlasLootClassic/GUI/GUI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ local db

local function UpdateFrames(noPageUpdate, forceContentUpdate)
local moduleData = AtlasLoot.ItemDB:Get(db.selected[1])
if not moduleData then return end
local dataID = db.selected[2]
local bossID = db.selected[3]
if not GUI.frame.contentFrame.shownFrame then
Expand Down
2 changes: 1 addition & 1 deletion AtlasLootClassic/ItemDB/ItemDB.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function ItemDB:Add(addonName, tierID)
end

function ItemDB:Get(addonName)
assert(ItemDB.Storage[addonName], addonName.." not found!")
--assert(ItemDB.Storage[addonName], addonName.." not found!")
return ItemDB.Storage[addonName]
end

Expand Down
2 changes: 1 addition & 1 deletion AtlasLootClassic_PvP/data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ data["ClassSets"] = {
{ 3, 549 }, -- Priest
{ 16, 546 }, -- Mage
{ 5, 548 }, -- Rogue
{ 20, 539 }, -- Druid
{ 20, 551 }, -- Druid
{ 7, 550 }, -- Hunter
{ 9, 545 }, -- Warrior
{ 24, 544 }, -- Paladin
Expand Down
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ 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)

## v1.4.2 (Dec. 11, 2019)
## v1.4.3 (Dec. 15, 2019)

- Set Phase 2.5
- Add PvP Ranks overview
- Fix missing random enchants on gear
- Update content phases
- Update much crafting min skill
- Fix alliance druid rare pvp set
- Fix lua error when in combat

0 comments on commit b0a378f

Please sign in to comment.