From 24678bdccf0c035ada2aec46dc89055beec9674c Mon Sep 17 00:00:00 2001 From: Matheus Macabu Date: Fri, 25 Jan 2013 18:37:56 -0200 Subject: Fixed bugreport:7218, where unique id was implemented and they forgot that more load was being retrieved after, so card0 wasn't being loaded properly. Signed-off-by: Matheus Macabu --- src/char/int_auction.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/char/int_auction.c b/src/char/int_auction.c index 34aed5bf7..06e238667 100644 --- a/src/char/int_auction.c +++ b/src/char/int_auction.c @@ -224,7 +224,7 @@ void inter_auctions_fromsql(void) 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); } -- cgit v1.2.3-70-g09d2