Quantcast

Forgot the cata factions in the FILTER_NAMES. Good thing there's no associated recipes with them.

John Pasula [02-08-11 - 17:13]
Forgot the cata factions in the FILTER_NAMES.  Good thing there's no associated recipes with them.
Filename
core.lua
diff --git a/core.lua b/core.lua
index 1762c30..1d97b01 100644
--- a/core.lua
+++ b/core.lua
@@ -1993,6 +1993,12 @@ do
 					[126]	= (is_alliance and BFAC["The Frostborn"] or BFAC["The Taunka"]),
 					[127]	= (is_alliance and BFAC["Alliance Vanguard"] or BFAC["Horde Expedition"]),
 					[128]	= BFAC["The Ashen Verdict"],
+					[129]	= (is_alliance and BFAC["Wildhammer Clan"] or BFAC["Dragonmaw Clan"]),
+					[130]	= (is_alliance and BFAC["Baradin's Wardens"] or BFAC["Hellscream's Reach"]),
+					[131]	= BFAC["Guardians of Hyjal"],
+					[132]	= BFAC["Ramkahen"],
+					[133]	= BFAC["The Earthen Ring"],
+					[134]	= BFAC["Therazane"],
 				}
 			end
 			return FILTER_NAMES