forked from github/server
this is probably correct with respect to http://bugs.eressea.de/view.php?id=1808
This commit is contained in:
parent
bfbe9b373b
commit
6ce601828b
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ teach_unit(unit * teacher, unit * student, int nteaching, skill_t sk,
|
|||
return 0;
|
||||
}
|
||||
|
||||
n = 30;
|
||||
n = 30 * student->number;
|
||||
a = a_find(student->attribs, &at_learning);
|
||||
if (a!=NULL) {
|
||||
teach = (teaching_info*)a->data.v;
|
||||
|
|
Loading…
Reference in a new issue