From 6f04d7c2722e3ccab364620bfd7aa8082a627737 Mon Sep 17 00:00:00 2001 From: Christopher Rosell Date: Fri, 1 Jul 2011 03:43:55 +0200 Subject: [PATCH] Fix typo. --- kungaloosh.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kungaloosh.lua b/kungaloosh.lua index bc7f504..a00ec2f 100755 --- a/kungaloosh.lua +++ b/kungaloosh.lua @@ -64,7 +64,7 @@ function addon:COMBAT_LOG_EVENT_UNFILTERED(event, timestamp, cevent, hidecaster, dguid, dname, dflags, dflags2) if cevent == "UNIT_DIED" then local icon = self:GetRaidIconByGUID(dguid) - if icon and self.db.icon_recycle then + if icon and self.db.profile.icon_recycle then self:ScheduleTimer("ResetIcon", self.db.profile.icon_recycle_time, icon) end end -- 1.7.9.5