# HG changeset patch # User Matti Hamalainen # Date 1324909482 -7200 # Node ID 36b4d398259087edc441d0f463052607ab0aa0de # Parent 892c904b5e9d19cbe64145ff84cbccd9709fed82 Added some item fixups. diff -r 892c904b5e9d -r 36b4d3982590 itemfixes.inc.php --- a/itemfixes.inc.php Fri Mar 11 14:54:05 2011 +0200 +++ b/itemfixes.inc.php Mon Dec 26 16:24:42 2011 +0200 @@ -10,8 +10,11 @@ // Multi-stack item fixups $fixStackTable = array( "^(purple|green) gloves" => 'a ${1} glove', + "^Blue gloves of master Conjurer" => 'Blue glove of master Conjurer', "^bracelet mades of green crystal" => "bracelet made of green crystal", "^alchemist moulded rings" => "alchemist moulded ring", + "^Rings of wisdom" => "Ring of wisdom", + "^Nova Arcanum, Melkior's books of necromancy" => "Nova Arcanum, Melkior's book of necromancy", // Generic rings "^(heavy black metal|steel) rings" => 'a ${1} ring',