Skip to content

Commit

Permalink
Merge pull request #789 from WowRarity/stonevault-mount-fixes
Browse files Browse the repository at this point in the history
 Enable kill statistics for Malfunctioning Mechsuit
  • Loading branch information
rdw-software authored Oct 29, 2024
2 parents 05caf4c + 9d093bc commit 01676a6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions DB/Toys/TheWarWithin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ local twwToysAndItems = {
["Malfunctioning Mechsuit"] = {
cat = CONSTANTS.ITEM_CATEGORIES.TWW,
type = CONSTANTS.ITEM_TYPES.ITEM,
method = CONSTANTS.DETECTION_METHODS.NPC,
method = CONSTANTS.DETECTION_METHODS.BOSS,
name = L["Malfunctioning Mechsuit"],
npcs = { 219440, 213119 },
npcs = { 99999 },
tooltipNpcs = { 219440, 213119 },
statisticId = { 40722 },
itemId = 226683,
spellId = 442358,
chance = 1, -- No data available
chance = 200,
groupSize = 5,
equalOdds = true,
instanceDifficulties = { [CONSTANTS.INSTANCE_DIFFICULTIES.MYTHIC_DUNGEON] = true },
Expand Down

0 comments on commit 01676a6

Please sign in to comment.