forked from github/server
Bug 2255: increase the max. number of teachers.
https://bugs.eressea.de/view.php?id=2255
This commit is contained in:
parent
3533291711
commit
37bb9c7ae9
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ extern "C" {
|
|||
|
||||
void demon_skillchange(struct unit *u);
|
||||
|
||||
#define MAXTEACHERS 20
|
||||
#define MAXTEACHERS 32
|
||||
#define TEACHNUMBER 10
|
||||
typedef struct teaching_info {
|
||||
struct unit *teachers[MAXTEACHERS];
|
||||
|
|
Loading…
Reference in a new issue