diff --git a/ARLFrame.lua b/ARLFrame.lua
index b31b655..6ce02fc 100644
--- a/ARLFrame.lua
+++ b/ARLFrame.lua
@@ -3977,10 +3977,10 @@ function addon:CreateFrame(
addon:GenericMakeCB(ARL_PriestCB, addon.Fly_General, L["CLASS_DESC"], 92, 12, 1, 0)
ARL_PriestCBText:SetText(BC["Priest"])
local ARL_RogueCB = CreateFrame("CheckButton", "ARL_RogueCB", addon.Fly_General, "UICheckButtonTemplate")
- addon:GenericMakeCB(ARL_RogueCB, addon.Fly_General, L["CLASS_DESC"], 93, 13, 1, 0)
+ addon:GenericMakeCB(ARL_RogueCB, addon.Fly_General, L["CLASS_DESC"], 81, 13, 1, 0)
ARL_RogueCBText:SetText(BC["Rogue"])
local ARL_ShamanCB = CreateFrame("CheckButton", "ARL_ShamanCB", addon.Fly_General, "UICheckButtonTemplate")
- addon:GenericMakeCB(ARL_ShamanCB, addon.Fly_General, L["CLASS_DESC"], 94, 14, 1, 0)
+ addon:GenericMakeCB(ARL_ShamanCB, addon.Fly_General, L["CLASS_DESC"], 83, 14, 1, 0)
ARL_ShamanCBText:SetText(BC["Shaman"])
local ARL_WarlockCB = CreateFrame("CheckButton", "ARL_WarlockCB", addon.Fly_General, "UICheckButtonTemplate")
addon:GenericMakeCB(ARL_WarlockCB, addon.Fly_General, L["CLASS_DESC"], 78, 15, 1, 0)
@@ -4339,14 +4339,17 @@ function addon:CreateFrame(
addon:GenericMakeCB(ARL_WrathCommon2CB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], SilverConv_Sunreaver_FactionText), 77, 10, 1, 0)
ARL_WrathCommon2CBText:SetText(SilverConv_Sunreaver_FactionText)
ARL_WrathCommon2CBText:SetFont(narrowFont, 11)
+ ARL_WrathCommon2CB:Disable()
local ARL_WrathCommon3CB = CreateFrame("CheckButton", "ARL_WrathCommon3CB", addon.Fly_Rep_LK, "UICheckButtonTemplate")
addon:GenericMakeCB(ARL_WrathCommon3CB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], Valiance_Warsong_FactionText), 80, 14, 1, 0)
ARL_WrathCommon3CBText:SetText(Valiance_Warsong_FactionText)
ARL_WrathCommon3CBText:SetFont(narrowFont, 11)
+ ARL_WrathCommon3CB:Disable()
local ARL_WrathCommon4CB = CreateFrame("CheckButton", "ARL_WrathCommon4CB", addon.Fly_Rep_LK, "UICheckButtonTemplate")
addon:GenericMakeCB(ARL_WrathCommon4CB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], Frostborn_Taunka_FactionText), 82, 13, 1, 0)
ARL_WrathCommon4CBText:SetText(Frostborn_Taunka_FactionText)
ARL_WrathCommon4CBText:SetFont(narrowFont, 11)
+ ARL_WrathCommon4CB:Disable()
local ARL_WrathCommon5CB = CreateFrame("CheckButton", "ARL_WrathCommon5CB", addon.Fly_Rep_LK, "UICheckButtonTemplate")
addon:GenericMakeCB(ARL_WrathCommon5CB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], Explorer_Hand_FactionText), 79, 3, 1, 0)
ARL_WrathCommon5CBText:SetText(Explorer_Hand_FactionText)