pick the correct target region for spells cast by familiars.

This commit is contained in:
Enno Rehling 2012-05-09 20:23:00 -07:00
parent ee7a35f293
commit 882ac9e8e9
1 changed files with 1 additions and 1 deletions

View File

@ -2035,7 +2035,7 @@ static spellparameter *add_spellparameter(region * target_r, unit * u,
spobj = (spllprm *)malloc(sizeof(spllprm));
spobj->flag = 0;
spobj->typ = SPP_REGION;
spobj->data.r = u->region;
spobj->data.r = target_r;
j = 0;
++c;
break;