diff --git a/.contrib/Parser/DATAS/02 - Outdoor Zones/13 Shadowlands/Korthia/Special.lua b/.contrib/Parser/DATAS/02 - Outdoor Zones/13 Shadowlands/Korthia/Special.lua index 91dc4afea28..96e05cb17df 100644 --- a/.contrib/Parser/DATAS/02 - Outdoor Zones/13 Shadowlands/Korthia/Special.lua +++ b/.contrib/Parser/DATAS/02 - Outdoor Zones/13 Shadowlands/Korthia/Special.lua @@ -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"] = { @@ -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 @@ -72,12 +71,6 @@ _.Zones = i(186643), -- Reins of the Wanderer (MOUNT!) }, }), - --[[ - q(, { -- - ["name"] = "", - }), - --]] - }, }), }), diff --git a/.contrib/Parser/_main.lua b/.contrib/Parser/_main.lua index f069034c291..c02203b4612 100644 --- a/.contrib/Parser/_main.lua +++ b/.contrib/Parser/_main.lua @@ -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; diff --git a/.pkgmeta b/.pkgmeta index 273b49f968d..5b3da295ead 100644 --- a/.pkgmeta +++ b/.pkgmeta @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 81cd3319f1c..353b965be6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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