Skip to content

Commit

Permalink
DB: Added Clayscale Hornstrider (mount)
Browse files Browse the repository at this point in the history
This also seems to be obtainable from containers, but the addon doesn't currently support multiple sources for a single item.

Will have to look into that eventually, but having the dig site boss be tracked is likely better than no tracking at all.
  • Loading branch information
rdw-software committed Mar 6, 2024
1 parent 699f7a0 commit 398caf7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions DB/Mounts/Dragonflight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,18 @@ local dragonflightMounts = {
sourceText = L["This item can also be purchased from a vendor."],
coords = { { m = CONSTANTS.UIMAPIDS.THE_EMERALD_DREAM } },
},
-- 10.2.5
["Clayscale Hornstrider"] = {
cat = CONSTANTS.ITEM_CATEGORIES.DRAGONFLIGHT,
type = CONSTANTS.ITEM_TYPES.MOUNT,
method = CONSTANTS.DETECTION_METHODS.NPC,
name = L["Clayscale Hornstrider"],
spellId = 432610,
itemId = 212645,
npcs = { 208029 },
chance = 200,
coords = { { m = CONSTANTS.UIMAPIDS.THE_AZURE_SPAN } },
},
}

Rarity.ItemDB.MergeItems(Rarity.ItemDB.mounts, dragonflightMounts)
1 change: 1 addition & 0 deletions Locales.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ local L
L = LibStub("AceLocale-3.0"):NewLocale("Rarity", "enUS", true)

-- L["AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"] = true
L["Clayscale Hornstrider"] = true
L["Falling Star Catcher"] = true
L["Falling Star Flinger"] = true
L["Festive Trans-Dimensional Bird Whistle"] = true
Expand Down

0 comments on commit 398caf7

Please sign in to comment.