Skip to content

Commit

Permalink
DB: Added Molten Lava Pack (toy)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Aug 3, 2023
1 parent d232e9d commit 1483e97
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions DB/Toys/Dragonflight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,21 @@ local dragonflightToys = {
{ m = CONSTANTS.UIMAPIDS.ZARALEK_CAVERN, x = 28.6, y = 51, n = L["Dinn"] },
},
},
["Molten Lava Pack"] = {
cat = CONSTANTS.ITEM_CATEGORIES.DRAGONFLIGHT,
type = CONSTANTS.ITEM_TYPES.ITEM,
isToy = true,
method = CONSTANTS.DETECTION_METHODS.NPC,
name = L["Molten Lava Pack"],
itemId = 205796,
npcs = {
203627, -- Invoq
},
chance = 33,
coords = {
{ m = CONSTANTS.UIMAPIDS.ZARALEK_CAVERN, x = 45.8, y = 33.2, n = L["Invoq"] },
},
},
}

Rarity.ItemDB.MergeItems(Rarity.ItemDB.toys, dragonflightToys)
2 changes: 2 additions & 0 deletions Locales.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ local L
L = LibStub("AceLocale-3.0"):NewLocale("Rarity", "enUS", true)

-- L["AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"] = true
L["Invoq"] = true
L["Molten Lava Pack"] = true
L["Dinn"] = true
L["Dinn's Drum"] = true
L["Shadeisethal"] = true
Expand Down

0 comments on commit 1483e97

Please sign in to comment.