Quantcast

Fix a bug where the wrath common factions weren't being checked per sv's

ackis [05-13-09 - 18:57]
Fix a bug where the wrath common factions weren't being checked per sv's
Filename
ARLFrame.lua
diff --git a/ARLFrame.lua b/ARLFrame.lua
index 19928fa..9df9e39 100644
--- a/ARLFrame.lua
+++ b/ARLFrame.lua
@@ -2663,6 +2663,9 @@ function addon.setFlyawayState()
 	ARL_RepOraclesCB:SetChecked(filterdb.rep.oracles)
 	ARL_RepWyrmrestCB:SetChecked(filterdb.rep.wyrmrest)
 	ARL_WrathCommon1CB:SetChecked(filterdb.rep.wrathcommon1)
+	ARL_WrathCommon2CB:SetChecked(filterdb.rep.wrathcommon2)
+	ARL_WrathCommon3CB:SetChecked(filterdb.rep.wrathcommon3)
+	ARL_WrathCommon4CB:SetChecked(filterdb.rep.wrathcommon4)
 --[[
 	--Disable unused Rep Options
 	ARL_WrathCommon2CB:SetChecked(filterdb.rep.wrathcommon2)