Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a sourceText to the remaining covenant-specific vendor mounts #618

Merged
merged 3 commits into from
Aug 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading