"zauber-syntax in den cr aufnehmen"

bugfix
This commit is contained in:
Enno Rehling 2007-02-10 11:16:01 +00:00
parent f60ec33f2a
commit ca347ea1f7
1 changed files with 1 additions and 1 deletions

View File

@ -986,7 +986,7 @@ cr_reportspell(FILE * F, spell *sp, const struct locale * lang)
fprintf(F, "%d;rank\n", sp->rank); fprintf(F, "%d;rank\n", sp->rank);
fprintf(F, "\"%s\";info\n", spell_info(sp, lang)); fprintf(F, "\"%s\";info\n", spell_info(sp, lang));
if (sp->syntax) fprintf(F, "\"%s\";syntax\n", sp->syntax); if (sp->syntax) fprintf(F, "\"%s\";syntax\n", sp->syntax);
else fputs(F, "\"\";syntax\n", F); else fputs("\"\";syntax\n", F);
if (sp->sptyp & PRECOMBATSPELL) fputs("\"precombat\";class\n", F); if (sp->sptyp & PRECOMBATSPELL) fputs("\"precombat\";class\n", F);
else if (sp->sptyp & COMBATSPELL) fputs("\"combat\";class\n", F); else if (sp->sptyp & COMBATSPELL) fputs("\"combat\";class\n", F);