From 8c26dc03ebf6439fdd740311038218cb5f3da857 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 17 Aug 2003 17:25:09 +0000 Subject: [PATCH] =?UTF-8?q?Kleiner=20fix=20Wundsalben=C3=A4nderung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 69d0366ba..309fbe6a2 100644 --- a/src/common/kernel/item.c +++ b/src/common/kernel/item.c @@ -2123,7 +2123,7 @@ init_oldpotions(void) if (p==P_FOOL) itype->useonother = &use_foolpotion; } oldpotiontype[P_WARMTH]->use = &use_warmthpotion; - oldpotiontype[P_WARMTH]->use = &use_healingpotion; + oldpotiontype[P_HEILWASSER]->use = &use_healingpotion; oldpotiontype[P_BAUERNBLUT]->use = &use_bloodpotion; }