Skip to content

Commit

Permalink
luacheck ignore unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
wardz committed Aug 12, 2019
1 parent 0ee952f commit 23847b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClassicCastbars/ClassicCastbars.lua
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ local crowdControls = namespace.crowdControls
local castedSpells = namespace.castedSpells

function addon:COMBAT_LOG_EVENT_UNFILTERED()
local _, eventType, _, srcGUID, _, srcFlags, _, dstGUID, _, dstFlags, _, _, spellName, _, damage, _, resisted, blocked, absorbed = CombatLogGetCurrentEventInfo()
local _, eventType, _, srcGUID, _, srcFlags, _, dstGUID, _, dstFlags, _, _, spellName, _, damage, _, resisted, blocked, absorbed = CombatLogGetCurrentEventInfo() -- luacheck: ignore 211

if eventType == "SPELL_CAST_START" then
local spellID = castedSpells[spellName]
Expand Down

0 comments on commit 23847b9

Please sign in to comment.