From f7a17ff3d062c184f12179a20a3087a5d3f863cc Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 2 Oct 2005 13:31:56 +0000 Subject: [PATCH] http://eressea.upb.de/mantis/view.php?id=712 rusty shields disappear because of stupid reverse_lookup code. --- src/common/kernel/item.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/kernel/item.c b/src/common/kernel/item.c index 429d4b66e..9caa7fbfb 100644 --- a/src/common/kernel/item.c +++ b/src/common/kernel/item.c @@ -1101,7 +1101,7 @@ static t_item itemdata[MAXITEMS] = { IS_PRODUCT, SK_WEAPONSMITH, 3, {1, 0, 0, 0, 0, 0}, 100, 0, 0, NULL }, { /* I_RUSTY_SHIELD 42 */ - {"Rostiger Schild", "Rostige Schilde", "Rostiges Schild", "Rostige Schilde"}, + {"Rostiger Schild", "Rostige Schilde", "Rostiger Schild", "Rostige Schilde"}, IS_PRODUCT, SK_ARMORER, 2, {1, 0, 0, 0, 0, 0}, 100, 0, 0, NULL }, { /* I_RUSTY_CHAIN_MAIL */