changeset 26:36b4d3982590

Added some item fixups.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 26 Dec 2011 16:24:42 +0200
parents 892c904b5e9d
children a75c66e7b9e5
files itemfixes.inc.php
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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',