Skip to content

Commit

Permalink
Added Hallowfall Arathi and Severed Threads loot
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Anderson committed Jan 28, 2025
1 parent d8e19ae commit 8335071
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 48 deletions.
10 changes: 5 additions & 5 deletions AtlasLoot/Button/Extra_Price_type.lua
Original file line number Diff line number Diff line change
Expand Up @@ -160,18 +160,18 @@ local PRICE_INFO = {
["worldtree"] = { currencyID = 416 },
["valor"] = { currencyID = 1191 },
["timewarped"] = { currencyID = 1166 }, -- Timewarped Badge
["honor"] = { currencyID = 1792 }, -- Honor
["stygia"] = { currencyID = 1767 }, -- Stygia, added in 9.0.1
["reservoiranima"] = { currencyID = 1813 }, -- Reservoir Anima, added in 9.0.1
["sinstonefragments"] = { currencyID = 1816 }, -- Sinstone Fragments, added in 9.0.1
["gratefuloffering"] = { currencyID = 1885 }, -- Grateful Offering, added in 9.0.1
["catalogedresearch"] = { currencyID = 1931 }, -- Cataloged Research, added in 9.1.0
["honor"] = { currencyID = 1792 }, -- Honor
-- others
["money"] = { func = C_CurrencyInfo.GetCoinTextureString },
-- DragonFlight
["dragonSupplies"] = { currencyID = 2003 }, -- Dragon Isles Supplies
-- TWW
["resonanceCrystal"] = { currencyID = 2815 }, -- Resonance Crystal
["kej"] = { currencyID = 3056 }, -- Kej

-- others
["money"] = { func = C_CurrencyInfo.GetCoinTextureString },
}

local Cache = {}
Expand Down
10 changes: 10 additions & 0 deletions AtlasLoot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 8.16.0 - January 27, 2025

### Added

- Added faction loot for Council of Dornogal, The Assembly of the Deeps, Hallowfall Arathi and The Severed Threads

### Fixed

- Fixed mangled Dragonflight prices

## 8.15.1 - January 15, 2025

### Fixed
Expand Down
4 changes: 4 additions & 0 deletions AtlasLoot/Data/Mount.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1131,6 +1131,10 @@ local MOUNT_INFO = {
[449418] = 223571, -- Shale Ramolith
[449269] = 223505, -- Crimson Mudnose
[447176] = 222989, -- Cyan Glowmite
[448978] = 223317, -- Vermillion Imperial Lynx
[448939] = 223314, -- Shackled Shadow
[447957] = 223274, -- Ferocious Jawcrawler
[447185] = 223264, -- Aquamarine Swarmite
},
["items"] = {
--[itemID] = spellID
Expand Down
Loading

0 comments on commit 8335071

Please sign in to comment.