Skip to content

Commit

Permalink
Fix unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharparam committed Nov 12, 2023
1 parent a9c203b commit 7124141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KillTrack.lua
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ function KT.Events.ADDON_LOADED(self, ...)
end

function KT.Events.COMBAT_LOG_EVENT_UNFILTERED(self)
local _, event, _, s_guid, s_name, _, _, d_guid, d_name, _, _ = CombatLogGetCurrentEventInfo()
local _, event, _, s_guid, _, _, _, d_guid, d_name, _, _ = CombatLogGetCurrentEventInfo()
if combat_log_damage_events[event] then
if FirstDamage[d_guid] == nil then
-- s_name is (probably) the player who first damaged this mob and probably has the tag
Expand Down

0 comments on commit 7124141

Please sign in to comment.