Skip to content

Commit 7124141

Browse files
committed
Fix unused variable
1 parent a9c203b commit 7124141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KillTrack.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function KT.Events.ADDON_LOADED(self, ...)
195195
end
196196

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

0 commit comments

Comments
 (0)