Skip to content

Commit

Permalink
DB: Corrected the NPC used to track Iska's Mawrat Leash
Browse files Browse the repository at this point in the history
Looks like it doesn't drop from the named NPC, but rather the mount it's riding..
  • Loading branch information
rdw-software committed Feb 25, 2022
1 parent d5b8eaf commit 140afda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DB/Mounts/Shadowlands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -545,9 +545,9 @@ local shadowlandsMounts = {
name = L["Iska's Mawrat Leash"],
itemId = 190765,
spellId = 368105,
npcs = { 182114 },
npcs = { 182120 },
chance = 100, -- Blind guess
coords = { { x = 63.8, y = 25.1, n = L["Iska, Outrider of Ruin"], m = CONSTANTS.UIMAPIDS.ZERETH_MORTIS } },
coords = { { x = 63.8, y = 25.1, n = L["Rhuv, Gorger of Ruin"], m = CONSTANTS.UIMAPIDS.ZERETH_MORTIS } },
},
["Spectral Mawrat's Tail"] = {
cat = CONSTANTS.ITEM_CATEGORIES.SHADOWLANDS,
Expand Down
2 changes: 1 addition & 1 deletion Locales.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ L["Sandworn Chest"] = true
L["Makaris's Satchel of Mines"] = true
L["Spectral Mawrat's Tail"] = true
L["Mawsworn Supply Chest"] = true
L["Iska, Outrider of Ruin"] = true
L["Rhuv, Gorger of Ruin"] = true
L["Iska's Mawrat Leash"] = true
L["Close Window"] = true
L["Use CMD+C to copy and CMD+V to paste"] = true
Expand Down

0 comments on commit 140afda

Please sign in to comment.