Skip to content

Commit

Permalink
oops banned cd => banned auras
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuds committed Aug 11, 2024
1 parent 507355b commit 3a64fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,8 @@ local bannedAuras = {
[353263] = true, -- mount
[60025] = true, -- mount
[451367] = true, -- candle trinket proc
[404184] = true, -- Ground Skimming
[377234] = true, -- Thrill of the Skies
}
local function checkForBuffs(unit, filter, output)
local i = 1
Expand Down Expand Up @@ -617,8 +619,6 @@ local bannedCds = {
[312370] = true, -- camp
[382499] = true, -- Anomaly Detection Mark I
[382501] = true, -- Mechanism Bypass
[404184] = true, -- Ground Skimming
[377234] = true, -- Thrill of the Skies
}

function export()
Expand Down

0 comments on commit 3a64fbd

Please sign in to comment.