Partial fix for bugreport:7218.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17107 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
b2a3bdd1c9
commit
ee4fcd0705
@ -224,7 +224,7 @@ void inter_auctions_fromsql(void)
|
|||||||
|
|
||||||
for( i = 0; i < MAX_SLOTS; i++ )
|
for( i = 0; i < MAX_SLOTS; i++ )
|
||||||
{
|
{
|
||||||
Sql_GetData(sql_handle, 14 + i, &data, NULL);
|
Sql_GetData(sql_handle, 15 + i, &data, NULL);
|
||||||
item->card[i] = atoi(data);
|
item->card[i] = atoi(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user