Fueredrachen haben ihre Zauber immer wieder bekommen..

This commit is contained in:
Enno Rehling 2004-10-17 11:50:38 +00:00
parent a653ea0824
commit 94a703a375
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ updatespelllist(unit * u)
}
case RC_FIREDRAGON:
sp = find_spellbyid(SPL_FIREDRAGONODEM);
if (sp!=NULL && has_spell(u, sp) && sp->level<=sk) {
if (sp!=NULL && !has_spell(u, sp) && sp->level<=sk) {
add_spell(mage, sp->id);
}
break;