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 };