- Fix Spell.

This commit is contained in:
Christian Schlittchen 2002-08-04 20:32:30 +00:00
parent 6f282385ec
commit 4a42c3c6b7
1 changed files with 1 additions and 1 deletions

View File

@ -7104,7 +7104,7 @@ sp_destroy_curse(castorder *co)
int cast_level = co->level; int cast_level = co->level;
int force = co->force; int force = co->force;
spellparameter *pa = co->par; spellparameter *pa = co->par;
char *ts; char *ts = NULL;
if(pa->length < 2){ if(pa->length < 2){
/* Das Zielobjekt wurde vergessen */ /* Das Zielobjekt wurde vergessen */