Skip to content

Commit

Permalink
DB: Updated the sourceText for Phalynx of Humility
Browse files Browse the repository at this point in the history
This is more consistent with the other covenant-specific mounts.
  • Loading branch information
rdw-software committed Aug 20, 2023
1 parent be7eb03 commit 7fcfae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion DB/Mounts/Shadowlands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
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 7fcfae0

Please sign in to comment.