diff --git a/src/common/kernel/magic.c b/src/common/kernel/magic.c index 9abe65203..7f58b0b20 100644 --- a/src/common/kernel/magic.c +++ b/src/common/kernel/magic.c @@ -229,7 +229,7 @@ read_mage(attrib * a, struct storage * store) sp = find_spell(mage->magietyp, spname); } } - if (sp && level>0) { + if (sp && level>=0) { int slot = -1; if (sp->sptyp & PRECOMBATSPELL) slot = 0; else if (sp->sptyp & COMBATSPELL) slot = 1;