Skip to content

Commit

Permalink
Add TWW instance loot, fix changing spec filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Anderson committed Jan 12, 2025
1 parent a9779bb commit a162979
Show file tree
Hide file tree
Showing 7 changed files with 2,301 additions and 1,315 deletions.
1 change: 1 addition & 0 deletions .pkgmeta
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ move-folders:
AtlasLoot/AtlasLoot_BattleforAzeroth: AtlasLoot_BattleforAzeroth
AtlasLoot/AtlasLoot_Shadowlands: AtlasLoot_Shadowlands
AtlasLoot/AtlasLoot_Dragonflight: AtlasLoot_Dragonflight
AtlasLoot/AtlasLoot_TheWarWithin: AtlasLoot_TheWarWithin

# Ignore takes place before folder's moving takes place
ignore:
Expand Down
7 changes: 7 additions & 0 deletions AtlasLoot/AtlasLoot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,13 @@ ATLASLOOT_INSTANCE_MODULE_LIST = {}

-- A list of officiel AtlasLoot modules
ATLASLOOT_MODULE_LIST = {
{
addonName = "AtlasLoot_TheWarWithin",
icon = "Interface\\ICONS\\ui_delves",
name = EXPANSION_NAME10,
tt_title = nil, -- ToolTip title
tt_text = nil, -- ToolTip text
},
{
addonName = "AtlasLoot_Dragonflight",
icon = "Interface\\ICONS\\ability_dragonriding_athomealoft01",
Expand Down
12 changes: 11 additions & 1 deletion AtlasLoot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## 8.14.0 - January 9, 2024
## 8.15.0 - January 12, 2025

### Added

- Added The War Within instance loot

### Fixed

- Fixed error when right clicking on the spec filter button

## 8.14.0 - January 9, 2025

### Added

Expand Down
Loading

0 comments on commit a162979

Please sign in to comment.