From bf31b90ead36d0f2c39128ee5fc094b3c82b4088 Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Tue, 4 May 2021 16:44:04 +0300 Subject: [PATCH] small revert --- WeakAuras/BuffTrigger2.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/WeakAuras/BuffTrigger2.lua b/WeakAuras/BuffTrigger2.lua index b23067a..c0b38fc 100644 --- a/WeakAuras/BuffTrigger2.lua +++ b/WeakAuras/BuffTrigger2.lua @@ -230,8 +230,6 @@ local function UpdateToolTipDataInMatchData(matchData, time) end local function UpdateMatchData(time, matchDataChanged, unit, index, filter, name, icon, stacks, debuffClass, duration, expirationTime, unitCaster, isStealable, _, spellId) - isStealable = isStealable and true or false - if not matchData[unit] then matchData[unit] = {} end @@ -2814,8 +2812,6 @@ local function UpdateMatchDataMulti(time, base, key, event, sourceGUID, sourceNa end local function AugmentMatchDataMultiWith(matchData, unit, name, icon, stacks, debuffClass, duration, expirationTime, unitCaster, isStealable, _, spellId) - isStealable = isStealable and true or false - if expirationTime == 0 then expirationTime = math.huge else