forked from github/server
fix crash (but break antimagic visibility again)
This commit is contained in:
parent
dc8b38a4c6
commit
c03fc6b72c
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue