forked from github/server
"Draigzauber Mächte des Todes ruft Skelette mit Talent Magie"
This commit is contained in:
parent
56a716622a
commit
4abaa699c4
1 changed files with 1 additions and 1 deletions
|
@ -3601,7 +3601,7 @@ skill_summoned(unit * u, int level)
|
|||
const race * rc = u->race;
|
||||
skill_t sk;
|
||||
for (sk=0;sk!=MAXSKILLS;++sk) {
|
||||
if (rc->bonus[sk>0]) {
|
||||
if (rc->bonus[sk]>0) {
|
||||
set_level(u, sk, level);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue