Quantcast

Fix typo

Erik L. Vonderscheer [02-24-11 - 08:58]
Fix typo
Filename
TradeFilter3.lua
diff --git a/TradeFilter3.lua b/TradeFilter3.lua
index 5d9afe9..fedddaf 100644
--- a/TradeFilter3.lua
+++ b/TradeFilter3.lua
@@ -419,7 +419,7 @@ end
 --[[ Special Channels Func ]]--
 function TF3:SpecialChans(chanName)
 	if not (TF3.db.profile.filters.SPECIAL) then
-		TF3.db.profile.filters = L.FILTERS.SPECIAL
+		TF3.db.profile.filters.SPECIAL = L.FILTERS.SPECIAL
 	end
 	local schans = TF3.db.profile.filters.SPECIAL
 	local chanName = lower(chanName)