Skip to content

Commit

Permalink
Merge pull request #618 from WowRarity/covenant-source-text
Browse files Browse the repository at this point in the history
Add a sourceText to the remaining covenant-specific vendor mounts
  • Loading branch information
rdw-software authored Aug 20, 2023
2 parents 2f480ac + 7fcfae0 commit 481d9d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion DB/Mounts/Shadowlands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -81,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,
Expand Down Expand Up @@ -153,6 +156,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,
Expand Down
1 change: 0 additions & 1 deletion Locales.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 481d9d1

Please sign in to comment.