Skip to content

Commit

Permalink
Update TOC for 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed Aug 30, 2017
1 parent ec61226 commit eead0f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BigWigs_CommonAuras.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 70200
## Interface: 70300

## Title: BigWigs |cffff0000+|r|cffffffffCommon Auras|r
## Title-deDE: BigWigs |cffff0000+|r|cffffffffHäufige Auren|r
Expand Down
5 changes: 2 additions & 3 deletions CommonAuras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ local function GetOptions()
[102342] = L.healer,
}
local bitflags = {"MESSAGE", "BAR", "EMPHASIZE"}
local parentGroup = nil
local isTankCD = nil
local parentGroup
local isTankCD = false
for index, key in ipairs(toggleOptions) do
if optionHeaders[key] then
local header = optionHeaders[key]
Expand Down Expand Up @@ -880,4 +880,3 @@ function mod:ShieldWall(_, spellId, nick, spellName)
message(spellId, L.used_cast:format(nick, spellName), nick)
bar(spellId, 8, nick, spellName)
end

0 comments on commit eead0f5

Please sign in to comment.