forked from github/server
Merge branch 'master' of ssh://eressea_git/home/eressea/repo/eressea
This commit is contained in:
commit
46cbe41af2
|
@ -4906,6 +4906,9 @@ sp_analysemagic(castorder *co)
|
|||
int cast_level = co->level;
|
||||
spellparameter *pa = co->par;
|
||||
|
||||
if (!pa->param) {
|
||||
return 0;
|
||||
}
|
||||
/* Objekt ermitteln */
|
||||
obj = pa->param[0]->typ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue