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