Skip to content

Commit

Permalink
Changelog for ATT 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Molkree committed Aug 22, 2021
1 parent e118e54 commit ee31387
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ _.Zones =
},
}),
n(-977, { -- Maelie the Wanderer
-- ["description"] = "",
["questID"] = 64298, -- daily Maelie find
["isDaily"] = true, -- seems this may have been changed to weekly on live... found Maelie on tuesday and the quest has not reset for me yet
["coords"] = {
Expand All @@ -41,7 +40,7 @@ _.Zones =
{ 59.8, 15.1, KORTHIA },
{ 61.3, 40.3, KORTHIA },
{ 62.4, 49.7, KORTHIA },
{ 67, 29, KORTHIA },
{ 67.0, 29.0, KORTHIA },
},
["icon"] = 3155422,
["cr"] = 179912, -- Maelie the Wanderer
Expand Down Expand Up @@ -72,12 +71,6 @@ _.Zones =
i(186643), -- Reins of the Wanderer (MOUNT!)
},
}),
--[[
q(, { --
["name"] = "",
}),
--]]

},
}),
}),
Expand Down
2 changes: 1 addition & 1 deletion .contrib/Parser/_main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ SILVERPINE_FOREST = 21; -- TODO: Still need to do a search and replace for this
STORMWIND_CITY = 84;
STRANGLETHORN_VALE = 224;
SWAMP_OF_SORROWS = 51;
THE_CAPE_OF_STRANGLETHORN = 210; -- Confirmed!
THE_CAPE_OF_STRANGLETHORN = 210;
THE_HINTERLANDS = 26; -- Confirmed!
TIRISFAL_GLADES = 18;
TWILIGHT_HIGHLANDS = 241;
Expand Down
6 changes: 3 additions & 3 deletions .pkgmeta
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ license-output: LICENSE.txt
tools-used:
- data-tools

#manual-changelog:
# filename: CHANGELOG.md
# markup-type: markdown
manual-changelog:
filename: CHANGELOG.md
markup-type: markdown
28 changes: 12 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,19 @@
# AllTheThings

## [SL-2.3.11](https://github.com/DFortun81/AllTheThings/tree/SL-2.3.11) (2021-08-05)
[Full Changelog](https://github.com/DFortun81/AllTheThings/compare/SL-2.3.10...SL-2.3.11) [Previous Releases](https://github.com/DFortun81/AllTheThings/releases)
## [SL-2.4.1](https://github.com/DFortun81/AllTheThings/tree/SL-2.4.1) (2021-08-22)
[Full Changelog](https://github.com/DFortun81/AllTheThings/compare/SL-2.4.0...SL-2.4.1) [Previous Releases](https://github.com/DFortun81/AllTheThings/releases)

### Highlight of this update

- We finally have Soulbind Conduits tracking! Just the base rank is enough to mark it collected.
Nothing groundbreaking this time, mostly just fixes and cleanup of old error reports.

### Notable changes:

- Map popouts won't have `Source(s)` header anymore
- Fixed bug with `/attwq` where the window would break
- Added Dalaran to show in `/attwq` properly
- Fixed Benthic tokens to act as Bind-on-Account
- Re-re-added the auto-filling of recursive Purchases under 'cost' Things when visible in a minilist (Minilist or popout) up to 2 levels deep
- Fixed Vignette group text (maybe for the last time, maybe not, idk)
- Fixed missing Highmountain
- Moved 'Debug Mode' checkbox into the 'Features' tab with the rest of the 'Debugging' toggles
- Slight adjustment to Quest Completion logic to not consider alt-collected Quests as completed for a character if in a Party Sync session & Account-Wide Quests disabled
- Re-designed some of the logic for 'Nested Quest Chain Requirements' generation to better reflect the current character's requirements to reach the initial popout quest
- More rare/Adventure drops, treasure/rare coordinates/descriptions, recipes, dailies, new Campaign chapters, etc
- Fixes WoD craftables, where the base version is obtainable, but upgraded versions are unobtainable. **Please post in #errors if anything unusual has happened due to this change since it is quite drastic (i.e. unobtainable versions of Items showing up again as available, etc.)**
- Fixes some Covenant quests
- Fixed some PvP ensembles/items
- Fixes to Arathi Basin quests
- Moved Classic PvP into appropriate PvP->Battlegrounds section
- Classic PvP & Cataclysm replica Rated Battleground titles are now split
- Fixed BfA PvP mounts
- Modified 'Source Locations' logic to always include any obtainable sources, but properly mark them if from a source which does not meet the user's current filters. Additionally, the proper unobtainable icon will always display on unobtainable Sources, even when they meet the user's filters or when in Debug mode
- Fixed (probably) Azerite Armor caches again ??
- Various fixes

0 comments on commit ee31387

Please sign in to comment.