Quantcast

Fix typo.

Christopher Rosell [07-01-11 - 01:43]
Fix typo.
Filename
kungaloosh.lua
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