Skip to content

Commit

Permalink
Update dropdowns with groupings
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalOS committed Jan 8, 2024
1 parent f81fb8b commit af3b9c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DBM-Raids-WoTLK/Naxx/ConstructQuarter/Thaddius.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ local timerNextShift = mod:NewNextTimer(30, 28089, nil, nil, nil, 2, nil, DBM_C
local timerShiftCast = mod:NewCastTimer(3, 28089, nil, nil, nil, 2)
local timerThrow = mod:NewNextTimer(20.6, 28338, nil, nil, nil, 5, nil, DBM_COMMON_L.TANK_ICON)

mod:AddMiscLine(DBM_CORE_L.OPTION_CATEGORY_DROPDOWNS)
mod:AddDropdownOption("AirowEnabled", {"Never", "TwoCamp", "ArrowsRightLeft", "ArrowsInverse"}, "Never", "misc", nil, 28089)

local currentCharge
Expand Down

0 comments on commit af3b9c1

Please sign in to comment.