From 5c52d31d0e9e6d3b4581dd0c9753e464adc66f7e Mon Sep 17 00:00:00 2001 From: Katja Zedel Date: Sat, 11 May 2002 20:03:57 +0000 Subject: [PATCH] fix falscher link bei skillmod --- src/common/spells/unitcurse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/spells/unitcurse.c b/src/common/spells/unitcurse.c index ac1e50c8b..5fc20a95b 100644 --- a/src/common/spells/unitcurse.c +++ b/src/common/spells/unitcurse.c @@ -500,7 +500,7 @@ static struct curse_type ct_skillmod = { "skillmod", CURSETYP_NORM, CURSE_SPREADMODULO, M_MEN, "", - cinfo_unit, + cinfo_skill, NULL, read_skill, write_skill };