Skip to content

Commit

Permalink
Merged pull request #475 from WowRarity/fix-mawrat-npcs
Browse files Browse the repository at this point in the history
Update NPC IDs for Sturdy Silver Mawrat Harness
  • Loading branch information
rdw-software authored May 1, 2022
2 parents b0be2b1 + 0b8b008 commit 6671704
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion DB/Mounts/Shadowlands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,33 @@ local shadowlandsMounts = {
name = L["Sturdy Silver Mawrat Harness"],
itemId = 188700,
spellId = 363178,
npcs = { 171422, 179526, 185026, 176578, 185027, 179433, 185028, 159755, 151331, 169859 },
npcs = {
-- Based on wowhead data
179526,
179433,
176578,
169859,
159755,
153165,
171422,
153451,
159190,
151329,
151331,
155945,
170418,
156239,
155250,
155251,
157122,
153174,
156015,
-- Based on user feedback (not listed on wowhead as of 01/05/2022)
185026,
185027,
185028,
153011,
},
chance = 100, -- Blind guess
coords = { { m = CONSTANTS.UIMAPIDS.TORGHAST } },
},
Expand Down

0 comments on commit 6671704

Please sign in to comment.