From 5918f542807445baef16a11466a2a64dce6b7fca Mon Sep 17 00:00:00 2001 From: RDW Date: Sat, 14 Sep 2024 03:17:30 +0200 Subject: [PATCH] DB: Added Reins of Anu'relos, Flame's Guidance --- DB/Mounts/Dragonflight.lua | 20 ++++++++++++++++++++ DB/SharedConstants.lua | 1 + Locales.lua | 1 + 3 files changed, 22 insertions(+) diff --git a/DB/Mounts/Dragonflight.lua b/DB/Mounts/Dragonflight.lua index baa0feca..96694b0c 100644 --- a/DB/Mounts/Dragonflight.lua +++ b/DB/Mounts/Dragonflight.lua @@ -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, diff --git a/DB/SharedConstants.lua b/DB/SharedConstants.lua index 3d173462..3b137c35 100644 --- a/DB/SharedConstants.lua +++ b/DB/SharedConstants.lua @@ -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, diff --git a/Locales.lua b/Locales.lua index a5c55cf0..83d76d07 100644 --- a/Locales.lua +++ b/Locales.lua @@ -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