fix crash (but break antimagic visibility again)

This commit is contained in:
Enno 2010-06-13 06:24:28 +02:00
parent dc8b38a4c6
commit c03fc6b72c
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ static struct curse_type ct_oldrace = {
}; };
static struct curse_type ct_magicresistance = { static struct curse_type ct_magicresistance = {
"magicresistance", CURSETYP_UNIT, CURSE_SPREADMODULO, M_MEN, cinfo_unit "magicresistance", CURSETYP_UNIT, CURSE_SPREADMODULO, M_MEN, cinfo_simple
}; };