duplicate attribute, mage

This commit is contained in:
Enno Rehling 2004-03-06 17:48:23 +00:00
parent 65744fee76
commit dbe21d9d47
1 changed files with 0 additions and 1 deletions

View File

@ -325,7 +325,6 @@ create_mage(unit * u, magic_t mtyp)
a->data.v = mage; a->data.v = mage;
} else { } else {
mage = a->data.v; mage = a->data.v;
assert(mage->magietyp == mtyp);
} }
mage->magietyp = mtyp; mage->magietyp = mtyp;