Skip to content

Commit

Permalink
Core: Added spell tracking for Khaz Algar Thaumaturgy
Browse files Browse the repository at this point in the history
  • Loading branch information
rdw-software committed Sep 17, 2024
1 parent 6e4c8b3 commit db5d961
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Core/EventHandlers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,10 @@ function R:OnSpellcastSucceeded(event, unitID, castGUID, spellID)
addAttemptForItem("Mail Muncher", "mounts")
end

if spellID == 430315 then
addAttemptForItem("Writhing Transmutagen", "pets")
end

-- Detects opening on Dirty Glinting Object which may contain Lucy's Lost Collar
if spellID == 345071 and Rarity.lastNode and Rarity.lastNode == L["Dirty Glinting Object"] then
Rarity:Debug("Detected Opening on " .. L["Dirty Glinting Object"] .. " (method = SPECIAL)")
Expand Down
2 changes: 1 addition & 1 deletion DB/Spells.lua
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Rarity.relevantSpells = {
[102216] = "Skinning",
[158756] = "Skinning",
[49383] = "Engineering - Scavenging",

[430315] = "Thaumaturgy",
-- Not tested (and disabled until they are needed)
-- [1804] = "Pick Lock",
}

0 comments on commit db5d961

Please sign in to comment.