Quantcast

Fixed parsing of PVP items that had (unique) after the stat

Kevin Lyles [02-25-13 - 01:04]
Fixed parsing of PVP items that had (unique) after the stat
Filename
Locales/enUS/patterns-equip-stats.lua
diff --git a/Locales/enUS/patterns-equip-stats.lua b/Locales/enUS/patterns-equip-stats.lua
index 8c205e0..2b91777 100644
--- a/Locales/enUS/patterns-equip-stats.lua
+++ b/Locales/enUS/patterns-equip-stats.lua
@@ -39,8 +39,8 @@ local EquipStatsAffixes = {
 	"^restores +",
 	"^your +",
 	" +does not work for players above level %d+%.$",
-	" +%([%a ]+%)$",
 	"%.$",
+	" +%([%a ]+%)$",
 }

 ww_equipStats = {EquipStatsMatchLines, {}, EquipStatsUnweightedLines, EquipStatsPreprocessLines, EquipStatsAffixes, WeightsWatcher.parseStats, "equipEffect"}