Removed rune of the stoneskin gargoyle (it's an enchant)
Kevin Lyles [01-07-10 - 07:18]
Removed rune of the stoneskin gargoyle (it's an enchant)
diff --git a/Regexps.lua b/Regexps.lua
index 9c17e5b..d99fcb7 100644
--- a/Regexps.lua
+++ b/Regexps.lua
@@ -65,10 +65,6 @@ MultipleStatLines = {
}
SingleStatLines = {
- {"^Rune of the Stoneskin Gargoyle",
- function()
- return setmetatable({["Defense"] = 25}, ww_normalStatsMetatable)
- end},
{"^Equip: Restores (%d+) mana per 5 sec%.",
function(text, pattern)
return WeightsWatcher:singleStatValueOnly(text, pattern, "MP5")