Skip to content

Commit

Permalink
DB: Added map IDs to the 11.0.7 collectibles
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Jan 3, 2025
1 parent 9df67c8 commit 3f9035b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DB/Pets/TheWarWithin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ local twwPets = {
name = L["Crackleroar"],
npcs = { 230827, 231353 },
spellId = 1213821,
coords = { { m = CONSTANTS.UIMAPIDS.SIREN_ISLE } },
},
["Proper Parrot"] = {
cat = CONSTANTS.ITEM_CATEGORIES.TWW,
Expand All @@ -52,6 +53,7 @@ local twwPets = {
name = L["Proper Parrot"],
npcs = { 229169, 227644, 229189, 229171, 228582, 229168, 228583, 228580, 229190 },
spellId = 288054,
coords = { { m = CONSTANTS.UIMAPIDS.SIREN_ISLE } },
},
}

Expand Down
2 changes: 2 additions & 0 deletions DB/Toys/TheWarWithin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ local twwToysAndItems = {
227550, -- Shardsong
},
chance = 10,
coords = { { m = CONSTANTS.UIMAPIDS.THE_FORGOTTEN_VAULT } },
},
["Cyclonic Runekey"] = {
cat = CONSTANTS.ITEM_CATEGORIES.TWW,
Expand All @@ -59,6 +60,7 @@ local twwToysAndItems = {
231357, -- Zek'ul the Shipbreaker
},
chance = 100,
coords = { { m = CONSTANTS.UIMAPIDS.THE_FORGOTTEN_VAULT } },
},
}

Expand Down

0 comments on commit 3f9035b

Please sign in to comment.