forked from github/server
New feature: learning speed
- final version and parameters for e2k9
This commit is contained in:
parent
52127ced69
commit
8cdfa37ca4
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ rc_new(const char * zName)
|
||||||
rc->attack[0].type = AT_COMBATSPELL;
|
rc->attack[0].type = AT_COMBATSPELL;
|
||||||
rc->attack[1].type = AT_NONE;
|
rc->attack[1].type = AT_NONE;
|
||||||
rc->speed = 0;
|
rc->speed = 0;
|
||||||
rc->study_speed_base = 0;
|
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue