Skip to content

Commit

Permalink
DB: Enabled kill statistics for Malfunctioning Mechsuit
Browse files Browse the repository at this point in the history
This should allow Rarity to detect M+ attempts (untested).
  • Loading branch information
rdw-software committed Oct 29, 2024
1 parent d7bbc08 commit 9d093bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions DB/Toys/TheWarWithin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ 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 = 200,
Expand Down

0 comments on commit 9d093bc

Please sign in to comment.