Quantcast

Fix unintentional wipe of current party exemption table

Erik L. Vonderscheer [01-13-11 - 22:38]
Fix unintentional wipe of current party exemption table
Filename
TradeFilter3.lua
diff --git a/TradeFilter3.lua b/TradeFilter3.lua
index 52451a6..ff3c674 100644
--- a/TradeFilter3.lua
+++ b/TradeFilter3.lua
@@ -287,7 +287,7 @@ function TF3:GetParty()
 				TF3:FindFrame(debugFrame, "|cFFFFFF80" .. v .. " " .. L["PADD"] .. "|r\n")
 			end
 		end
-	elseif (numPartyMembers == 0 or numRaidMembers == 0) then
+	else
 		if (TF3.db.profile.debug) then
 			TF3:FindFrame(debugFrame, "|cFFFFFF80" .. L["Wiping party exempt list"] .. "|r")
 		end