forked from github/server
Trankfix
This commit is contained in:
parent
226e55d55f
commit
58fa996a65
|
@ -2034,7 +2034,7 @@ init_oldpotions(void)
|
|||
}
|
||||
con->skill = SK_ALCHEMY;
|
||||
con->minskill = potionlevel[p]*2;
|
||||
con->maxsize = 1;
|
||||
con->maxsize = -1;
|
||||
con->reqsize = 1;
|
||||
|
||||
names[0] = NULL;
|
||||
|
|
Loading…
Reference in New Issue