From 2f159599ca2bcd272b10e5236f3a1b74a43ae54a Mon Sep 17 00:00:00 2001 From: RDW Date: Sun, 20 Aug 2023 17:04:12 +0200 Subject: [PATCH 1/3] DB: Added a sourceText to Wild Glimmerfur Prowler --- DB/Mounts/Shadowlands.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/DB/Mounts/Shadowlands.lua b/DB/Mounts/Shadowlands.lua index 1349bbbb..85fd146c 100644 --- a/DB/Mounts/Shadowlands.lua +++ b/DB/Mounts/Shadowlands.lua @@ -153,6 +153,7 @@ local shadowlandsMounts = { coords = { { m = CONSTANTS.UIMAPIDS.ARDENWEALD, x = 30.4, y = 55.2, n = L["Valfir the Unrelenting"] } }, requiresCovenant = true, requiredCovenantID = CONSTANTS.COVENANT_IDS.NIGHT_FAE, + sourceText = L["This item can also be purchased from a vendor."], }, ["Predatory Plagueroc"] = { cat = CONSTANTS.ITEM_CATEGORIES.SHADOWLANDS, From be7eb03dcfaccab078f6d58fecdfa088c5ffc4b4 Mon Sep 17 00:00:00 2001 From: RDW Date: Sun, 20 Aug 2023 17:04:43 +0200 Subject: [PATCH 2/3] DB: Added a sourceText to Horrid Dredwing --- DB/Mounts/Shadowlands.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/DB/Mounts/Shadowlands.lua b/DB/Mounts/Shadowlands.lua index 85fd146c..0419b185 100644 --- a/DB/Mounts/Shadowlands.lua +++ b/DB/Mounts/Shadowlands.lua @@ -18,6 +18,7 @@ local shadowlandsMounts = { coords = { { m = CONSTANTS.UIMAPIDS.REVENDRETH, x = 46.0, y = 78.5, n = L["Harika the Horrid"] } }, requiresCovenant = true, requiredCovenantID = CONSTANTS.COVENANT_IDS.VENTHYR, + sourceText = L["This item can also be purchased from a vendor."], }, ["Bonehoof Tauralus"] = { cat = CONSTANTS.ITEM_CATEGORIES.SHADOWLANDS, From 7fcfae0a1561dd8b53d89fe11f54e60bbd45fe26 Mon Sep 17 00:00:00 2001 From: RDW Date: Sun, 20 Aug 2023 17:08:32 +0200 Subject: [PATCH 3/3] DB: Updated the sourceText for Phalynx of Humility This is more consistent with the other covenant-specific mounts. --- DB/Mounts/Shadowlands.lua | 4 +++- Locales.lua | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DB/Mounts/Shadowlands.lua b/DB/Mounts/Shadowlands.lua index 0419b185..7507e785 100644 --- a/DB/Mounts/Shadowlands.lua +++ b/DB/Mounts/Shadowlands.lua @@ -82,8 +82,10 @@ local shadowlandsMounts = { itemId = 180762, chance = 50, questId = { 61688 }, - sourceText = L["This mount can only drop for Kyrians. Requires channeling anima to Temple of Purity."], coords = { { m = CONSTANTS.UIMAPIDS.BASTION, x = 60.23, y = 78.11, n = L["Penitence of Purity"] } }, + requiresCovenant = true, + requiredCovenantID = CONSTANTS.COVENANT_IDS.KYRIAN, + sourceText = L["This item can also be purchased from a vendor."], }, ["Bulbous Necroray"] = { cat = CONSTANTS.ITEM_CATEGORIES.SHADOWLANDS, diff --git a/Locales.lua b/Locales.lua index 076bfc47..619fe7f4 100644 --- a/Locales.lua +++ b/Locales.lua @@ -1745,7 +1745,6 @@ L["Gilded Chest"] = true L["Ever-Abundant Hearth"] = true L["Enforcer Aegeon"] = true L["Phalynx of Humility"] = true -L["This mount can only drop for Kyrians. Requires channeling anima to Temple of Purity."] = true L["Penitence of Purity"] = true L["Soothing Vesper"] = true L["Broken Bell"] = true