HotFix getinventorylist (#3033)

* Follow up to f07a1c4.
* Expanded the char array.
Thanks to @RadianFord and @sader1992!
This commit is contained in:
Sader Fawall 2018-04-04 04:47:46 +02:00 committed by Aleos
parent 4ae1567e4f
commit 1390930ca5

View File

@ -13880,7 +13880,7 @@ BUILDIN_FUNC(petloot)
BUILDIN_FUNC(getinventorylist)
{
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;
if (!script_charid2sd(2,sd))