HotFix getinventorylist (#3033)
* Follow up to f07a1c4. * Expanded the char array. Thanks to @RadianFord and @sader1992!
This commit is contained in:
parent
4ae1567e4f
commit
1390930ca5
@ -13880,7 +13880,7 @@ BUILDIN_FUNC(petloot)
|
|||||||
BUILDIN_FUNC(getinventorylist)
|
BUILDIN_FUNC(getinventorylist)
|
||||||
{
|
{
|
||||||
TBL_PC *sd;
|
TBL_PC *sd;
|
||||||
char card_var[NAME_LENGTH], randopt_var[NAME_LENGTH];
|
char card_var[NAME_LENGTH], randopt_var[50];
|
||||||
int i,j=0,k;
|
int i,j=0,k;
|
||||||
|
|
||||||
if (!script_charid2sd(2,sd))
|
if (!script_charid2sd(2,sd))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user