Skip to content

Commit

Permalink
Merge pull request #757 from WowRarity/fyrakk-mythic-mount
Browse files Browse the repository at this point in the history
Add Anu'relos to the item database
  • Loading branch information
rdw-software authored Sep 14, 2024
2 parents 91ba54b + 5918f54 commit 4b365d2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
20 changes: 20 additions & 0 deletions DB/Mounts/Dragonflight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,26 @@ local dragonflightMounts = {
sourceText = L["This item can also be purchased from a vendor."],
coords = { { m = CONSTANTS.UIMAPIDS.THE_EMERALD_DREAM } },
},
["Reins of Anu'relos, Flame's Guidance."] = {
cat = CONSTANTS.ITEM_CATEGORIES.DRAGONFLIGHT,
type = CONSTANTS.ITEM_TYPES.MOUNT,
method = CONSTANTS.DETECTION_METHODS.BOSS,
name = L["Reins of Anu'relos, Flame's Guidance"],
spellId = 428195,
itemId = 210061,
npcs = { 99999 },
tooltipNpcs = { 204931 },
chance = 100,
statisticId = { 19386 },
lockBossName = "Fyrakk",
instanceDifficulties = {
[CONSTANTS.INSTANCE_DIFFICULTIES.MYTHIC_RAID] = true,
},
groupSize = 5,
equalOdds = true,
coords = { { m = CONSTANTS.UIMAPIDS.AMIRDRASSIL_RAID, i = true } },
wasGuaranteed = true,
},
-- 10.2.5
["Clayscale Hornstrider"] = {
cat = CONSTANTS.ITEM_CATEGORIES.DRAGONFLIGHT,
Expand Down
1 change: 1 addition & 0 deletions DB/SharedConstants.lua
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ C.UIMAPIDS = {
THE_THROUGHWAY = 2165,
CROSSROADS_OF_FATE = 2194, -- Dawn of the Infinite (subzone)
THE_EMERALD_DREAM = 2200,
AMIRDRASSIL_RAID = 2232,

-- The War Within zones
THE_RINGING_DEEPS = 2214,
Expand Down
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["Reins of Anu'relos, Flame's Guidance"] = true
L["Awakened Cache"] = true
L["Machine Defense Unit 1-11"] = true
L["Malfunctioning Mechsuit"] = true
Expand Down

0 comments on commit 4b365d2

Please sign in to comment.