diff --git a/ARLFrame.lua b/ARLFrame.lua
index 21436e6..d021e90 100644
--- a/ARLFrame.lua
+++ b/ARLFrame.lua
@@ -2924,10 +2924,12 @@ function addon.setFlyawayState()
ARL_RepOraclesCB:SetChecked(filterdb.rep.oracles)
ARL_RepWyrmrestCB:SetChecked(filterdb.rep.wyrmrest)
ARL_WrathCommon1CB:SetChecked(filterdb.rep.wrathcommon1)
+--[[
+ --Disable unused Rep Options
ARL_WrathCommon2CB:SetChecked(filterdb.rep.wrathcommon2)
ARL_WrathCommon3CB:SetChecked(filterdb.rep.wrathcommon3)
ARL_WrathCommon4CB:SetChecked(filterdb.rep.wrathcommon4)
- ARL_WrathCommon5CB:SetChecked(filterdb.rep.wrathcommon5)
+ ARL_WrathCommon5CB:SetChecked(filterdb.rep.wrathcommon5) ]]--
-- Miscellaneous Options
ARL_IgnoreCB:SetChecked(addon.db.profile.ignoreexclusionlist)
end
@@ -4336,24 +4338,29 @@ function addon:CreateFrame(
ARL_WrathCommon1CBText:SetText(Vanguard_Expedition_FactionText)
ARL_WrathCommon1CBText:SetFont(narrowFont, 11)
local ARL_WrathCommon2CB = CreateFrame("CheckButton", "ARL_WrathCommon2CB", addon.Fly_Rep_LK, "UICheckButtonTemplate")
- addon:GenericMakeCB(ARL_WrathCommon2CB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], SilverConv_Sunreaver_FactionText), 77, 10, 1, 0)
+ addon:GenericMakeCB(ARL_WrathCommon2CB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], SilverConv_Sunreaver_FactionText), 77, 9, 1, 0)
ARL_WrathCommon2CBText:SetText(SilverConv_Sunreaver_FactionText)
ARL_WrathCommon2CBText:SetFont(narrowFont, 11)
+ ARL_WrathCommon2CBText:SetText(addon:Grey(SilverConv_Sunreaver_FactionText))
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)
+ addon:GenericMakeCB(ARL_WrathCommon3CB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], Valiance_Warsong_FactionText), 80, 12, 1, 0)
ARL_WrathCommon3CBText:SetText(Valiance_Warsong_FactionText)
ARL_WrathCommon3CBText:SetFont(narrowFont, 11)
+ ARL_WrathCommon3CBText:SetText(addon:Grey(Valiance_Warsong_FactionText))
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)
+ addon:GenericMakeCB(ARL_WrathCommon4CB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], Frostborn_Taunka_FactionText), 82, 11, 1, 0)
ARL_WrathCommon4CBText:SetText(Frostborn_Taunka_FactionText)
ARL_WrathCommon4CBText:SetFont(narrowFont, 11)
+ ARL_WrathCommon4CBText:SetText(addon:Grey(Frostborn_Taunka_FactionText))
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)
ARL_WrathCommon5CBText:SetFont(narrowFont, 11)
+ ARL_WrathCommon5CBText:SetText(addon:Grey(Explorer_Hand_FactionText))
+ ARL_WrathCommon5CB:Disable()
local ARL_RepArgentCrusadeCB = CreateFrame("CheckButton", "ARL_RepArgentCrusadeCB", addon.Fly_Rep_LK, "UICheckButtonTemplate")
addon:GenericMakeCB(ARL_RepArgentCrusadeCB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], BFAC["Argent Crusade"]), 69, 2, 1, 0)
ARL_RepArgentCrusadeCBText:SetText(BFAC["Argent Crusade"])
@@ -4363,27 +4370,27 @@ function addon:CreateFrame(
ARL_RepFrenzyheartCBText:SetText(BFAC["Frenzyheart Tribe"])
ARL_RepFrenzyheartCBText:SetFont(narrowFont, 11)
local ARL_RepKaluakCB = CreateFrame("CheckButton", "ARL_RepKaluakCB", addon.Fly_Rep_LK, "UICheckButtonTemplate")
- addon:GenericMakeCB(ARL_RepKaluakCB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], BFAC["The Kalu'ak"]), 74, 6, 1, 0)
+ addon:GenericMakeCB(ARL_RepKaluakCB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], BFAC["The Kalu'ak"]), 74, 5, 1, 0)
ARL_RepKaluakCBText:SetText(BFAC["The Kalu'ak"])
ARL_RepKaluakCBText:SetFont(narrowFont, 11)
local ARL_RepKirinTorCB = CreateFrame("CheckButton", "ARL_RepKirinTorCB", addon.Fly_Rep_LK, "UICheckButtonTemplate")
- addon:GenericMakeCB(ARL_RepKirinTorCB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], BFAC["Kirin Tor"]), 72, 7, 1, 0)
+ addon:GenericMakeCB(ARL_RepKirinTorCB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], BFAC["Kirin Tor"]), 72, 6, 1, 0)
ARL_RepKirinTorCBText:SetText(BFAC["Kirin Tor"])
ARL_RepKirinTorCBText:SetFont(narrowFont, 11)
local ARL_RepEbonBladeCB = CreateFrame("CheckButton", "ARL_RepEbonBladeCB", addon.Fly_Rep_LK, "UICheckButtonTemplate")
- addon:GenericMakeCB(ARL_RepEbonBladeCB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], BFAC["Knights of the Ebon Blade"]), 71, 8, 1, 0)
+ addon:GenericMakeCB(ARL_RepEbonBladeCB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], BFAC["Knights of the Ebon Blade"]), 71, 7, 1, 0)
ARL_RepEbonBladeCBText:SetText(BFAC["Knights of the Ebon Blade"])
ARL_RepEbonBladeCBText:SetFont(narrowFont, 11)
local ARL_RepOraclesCB = CreateFrame("CheckButton", "ARL_RepOraclesCB", addon.Fly_Rep_LK, "UICheckButtonTemplate")
- addon:GenericMakeCB(ARL_RepOraclesCB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], BFAC["The Oracles"]), 75, 9, 1, 0)
+ addon:GenericMakeCB(ARL_RepOraclesCB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], BFAC["The Oracles"]), 75, 8, 1, 0)
ARL_RepOraclesCBText:SetText(BFAC["The Oracles"])
ARL_RepOraclesCBText:SetFont(narrowFont, 11)
local ARL_RepSonsOfHodirCB = CreateFrame("CheckButton", "ARL_RepSonsOfHodirCB", addon.Fly_Rep_LK, "UICheckButtonTemplate")
- addon:GenericMakeCB(ARL_RepSonsOfHodirCB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], BFAC["The Sons of Hodir"]), 73, 11, 1, 0)
+ addon:GenericMakeCB(ARL_RepSonsOfHodirCB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], BFAC["The Sons of Hodir"]), 73, 10, 1, 0)
ARL_RepSonsOfHodirCBText:SetText(BFAC["The Sons of Hodir"])
ARL_RepSonsOfHodirCBText:SetFont(narrowFont, 11)
local ARL_RepWyrmrestCB = CreateFrame("CheckButton", "ARL_RepWyrmrestCB", addon.Fly_Rep_LK, "UICheckButtonTemplate")
- addon:GenericMakeCB(ARL_RepWyrmrestCB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], BFAC["The Wyrmrest Accord"]), 76, 16, 1, 0)
+ addon:GenericMakeCB(ARL_RepWyrmrestCB, addon.Fly_Rep_LK,sformat(L["SPECIFIC_REP_DESC"], BFAC["The Wyrmrest Accord"]), 76, 13, 1, 0)
ARL_RepWyrmrestCBText:SetText(BFAC["The Wyrmrest Accord"])
ARL_RepWyrmrestCBText:SetFont(narrowFont, 11)
diff --git a/RecipeDB/ARL-Cook.lua b/RecipeDB/ARL-Cook.lua
index c4110f5..e1396f9 100644
--- a/RecipeDB/ARL-Cook.lua
+++ b/RecipeDB/ARL-Cook.lua
@@ -492,7 +492,7 @@ function addon:InitCooking(RecipeDB)
recipecount = recipecount + 1
self:addTradeSkill(RecipeDB,24801,285,20452,1,2550)
self:addTradeFlags(RecipeDB,24801,1,2,8,21,22,23,24,25,26,27,28,29,30,36,41)
- self:addTradeAcquire(RecipeDB,24801,4,8313)
+ self:addTradeAcquire(RecipeDB,24801,4,8307)
-- Dirge's Kickin' Chimaerok Chops -- 25659
recipecount = recipecount + 1