Skip to content

Commit

Permalink
Improve compatibility with some hidden tooltip scanners
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed May 18, 2023
1 parent 787143e commit f028779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RatingBuster.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1719,8 +1719,8 @@ local BIND_TRADE_PATTERN = BIND_TRADE_TIME_REMAINING:gsub("%%s", ".*")
local BEGIN_ITEM_SPELL_TRIGGER_ONUSE = "^" .. ITEM_SPELL_TRIGGER_ONUSE

function RatingBuster.ProcessTooltip(tooltip, name, link)
-- Check if we're in standby mode
--if not RatingBuster:IsActive() then return end
-- Do nothing if the tooltip is being used as a hidden scanning tooltip
if not tooltip:GetPoint() then return end

-- Process nested recipes only once
local itemType = select(6, GetItemInfoInstant(link))
Expand Down

0 comments on commit f028779

Please sign in to comment.