ALL THE THINGS

ALL THE THINGS

31M Downloads

Incorrect price for #199853 (Tan Fisherman's Pack)

kallesommernielsen opened this issue ยท 1 comments

commented

ATT incorrectly lists the price for Tan Fisherman's Pack (199853) as 10 Resilient Leather **, instead of 5 Temporal Dragonhead.

I tried fixing it locally, however I'm not sure how to compile the main addon together after changing the Parser code, anyway here is the diff -u:

diff --git a/.contrib/Parser/DATAS/06 - Expansion Features/09 Dragonflight/03 Iskaara Tuskarr/Vendors.lua b/.contrib/Parser/DATAS/06 - Expansion Features/09 Dragonflight/03 Iskaara Tuskarr/Vendors.lua
index fcc6dfe..407c83c 100644
--- a/.contrib/Parser/DATAS/06 - Expansion Features/09 Dragonflight/03 Iskaara Tuskarr/Vendors.lua      
+++ b/.contrib/Parser/DATAS/06 - Expansion Features/09 Dragonflight/03 Iskaara Tuskarr/Vendors.lua      
@@ -442,7 +442,7 @@ root(ROOTS.ExpansionFeatures, tier(DF_TIER, bubbleDown({ ["timeline"] = TIMELINE
                                                ["cost"] = {
                                                        { "c", DRAGON_SUPPLIES, 500 },
                                                        { "i", TALLSTRIDER_SINEW, 5 },
-                                                       { "i", RESILIENT_LEATHER, 10 },
+                                                       { "i", TEMPORAL_DRAGONHEAD, 5 },
                                                },
                                        }),
                                        i(199861, {     -- Tan Tuskarr Backpack
commented

fixed thanks